#479dc9

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

Shades of Picton Blue #479DC9

Tints of Picton Blue #479DC9

Color information

#479DC9 (or 0x479DC9) is unknown color: approx Picton Blue. HEX triplet: 47, 9D and C9. RGB value is (71,157,201). Sum of RGB (Red+Green+Blue) = 71+157+201=429 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.55% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #479DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DC9 is #B86236. Grayscale: #888888. Windows color (decimal): -12083767 or 13212999. OLE color: 13212999.

HSL color Cylindrical-coordinate representation of color #479DC9: hue angle of 200.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #479DC9 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB71157201-
CMYK0.650.2200.21
HSL200.31º54.62%53.33%-
HSV(B)200.31º64.68%78.82%-
XYZ25.229.6759.66-
YUV136.3164.5181.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.55%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 201 (78.91% from 255) = 46.85%
R=16.55%
G=36.60%
B=46.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal711572010.650.2200.21200.3154.6253.33
Hex479DC94116015c83735
Octal107235311101260253106765
Binary1000111100111011100100110000011011001010111001000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479dc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,157,201); }

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

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

 a { background-color: rgb(71,157,201); }

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

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

 span { border-color: rgb(71,157,201); }

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