#4FA9D6

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

Shades of Picton Blue #4FA9D6

Tints of Picton Blue #4FA9D6

Color information

#4FA9D6 (or 0x4FA9D6) is unknown color: approx Picton Blue. HEX triplet: 4F, A9 and D6. RGB value is (79,169,214). Sum of RGB (Red+Green+Blue) = 79+169+214=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #4FA9D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA9D6 is #B05629. Grayscale: #929292. Windows color (decimal): -11556394 or 14068047. OLE color: 14068047.

HSL color Cylindrical-coordinate representation of color #4FA9D6: hue angle of 200º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FA9D6 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB79169214-
CMYK0.630.2100.16
HSL200º62.21%57.45%-
HSV(B)200º63.08%83.92%-
XYZ29.5534.8968.8-
YUV147.22165.6879.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.10%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 214 (83.98% from 255) = 46.32%
R=17.10%
G=36.58%
B=46.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal791692140.630.2100.1620062.2157.45
Hex4FA9D63F15010c83e39
Octal11725132677250203107671
Binary100111110101001110101101111111010101000011001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FA9D6; }

 p { color: rgb(79,169,214); }

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

<style>
 a { background-color: #4FA9D6; }

 a { background-color: rgb(79,169,214); }

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

<style>
 span { border-color: #4FA9D6; }

 span { border-color: rgb(79,169,214); }

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