#479ECD

Color #479ECD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #479ECD

Tints of Picton Blue #479ECD

Color information

#479ECD (or 0x479ECD) is unknown color: approx Picton Blue. HEX triplet: 47, 9E and CD. RGB value is (71,158,205). Sum of RGB (Red+Green+Blue) = 71+158+205=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #479ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ECD is #B86132. Grayscale: #898989. Windows color (decimal): -12083507 or 13475399. OLE color: 13475399.

HSL color Cylindrical-coordinate representation of color #479ECD: hue angle of 201.04º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #479ECD is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB71158205-
CMYK0.650.2300.20
HSL201.04º57.26%54.12%-
HSV(B)201.04º65.37%80.39%-
XYZ25.8430.262.22-
YUV137.34166.1880.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 16.36%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=16.36%
G=36.41%
B=47.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711582050.650.2300.20201.0457.2654.12
Hex479ECD4117014c93936
Octal107236315101270243117166
Binary1000111100111101100110110000011011101010011001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479ECD; }

 p { color: rgb(71,158,205); }

 H1.HeaderClassName
 {
   color: #479ECD;
 }
 .AnyTagClassName
 {
   color: #479ECD;
 }
</style>
background-color css

<style>
 a { background-color: #479ECD; }

 a { background-color: rgb(71,158,205); }

 div.DivClassName
 {
   background-color: #479ECD;
 }
 .BgClassName
 {
   background-color: #479ECD;
 }
</style>
border-color css

<style>
 span { border-color: #479ECD; }

 span { border-color: rgb(71,158,205); }

 td.TdClassName
 {
   border-color: #479ECD;
 }
 .TagClassName
 {
   border-color: #479ECD;
 }
</style>