#479DD7

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

Shades of Picton Blue #479DD7

Tints of Picton Blue #479DD7

Color information

#479DD7 (or 0x479DD7) is unknown color: approx Picton Blue. HEX triplet: 47, 9D and D7. RGB value is (71,157,215). Sum of RGB (Red+Green+Blue) = 71+157+215=443 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.03% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #479DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DD7 is #B86228. Grayscale: #898989. Windows color (decimal): -12083753 or 14130503. OLE color: 14130503.

HSL color Cylindrical-coordinate representation of color #479DD7: hue angle of 204.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #479DD7 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB71157215-
CMYK0.670.2700.16
HSL204.17º64.29%56.08%-
HSV(B)204.17º66.98%84.31%-
XYZ26.9230.3668.73-
YUV137.9171.5180.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.03%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 215 (84.38% from 255) = 48.53%
R=16.03%
G=35.44%
B=48.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal711572150.670.2700.16204.1764.2956.08
Hex479DD7431B010cc4038
Octal1072353271033302031410070
Binary10001111001110111010111100001111011010000110011001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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