#4FA2C9

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

Shades of Picton Blue #4FA2C9

Tints of Picton Blue #4FA2C9

Color information

#4FA2C9 (or 0x4FA2C9) is unknown color: approx Picton Blue. HEX triplet: 4F, A2 and C9. RGB value is (79,162,201). Sum of RGB (Red+Green+Blue) = 79+162+201=442 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.87% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #4FA2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA2C9 is #B05D36. Grayscale: #8D8D8D. Windows color (decimal): -11558199 or 13214287. OLE color: 13214287.

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

Color convert

RGB79162201-
CMYK0.610.1900.21
HSL199.18º53.04%54.9%-
HSV(B)199.18º60.7%78.82%-
XYZ26.6931.7259.97-
YUV141.63161.583.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.87%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=17.87%
G=36.65%
B=45.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791622010.610.1900.21199.1853.0454.9
Hex4FA2C93D13015c73537
Octal11724231175230253076567
Binary100111110100010110010011111011001101010111000111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,162,201); }

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

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

 a { background-color: rgb(79,162,201); }

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

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

 span { border-color: rgb(79,162,201); }

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