#4C9EE8

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

Shades of Picton Blue #4C9EE8

Tints of Picton Blue #4C9EE8

Color information

#4C9EE8 (or 0x4C9EE8) is unknown color: approx Picton Blue. HEX triplet: 4C, 9E and E8. RGB value is (76,158,232). Sum of RGB (Red+Green+Blue) = 76+158+232=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #4C9EE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9EE8 is #B36117. Grayscale: #8D8D8D. Windows color (decimal): -11755800 or 15244876. OLE color: 15244876.

HSL color Cylindrical-coordinate representation of color #4C9EE8: hue angle of 208.46º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C9EE8 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB76158232-
CMYK0.670.3200.09
HSL208.46º77.23%60.39%-
HSV(B)208.46º67.24%90.98%-
XYZ29.7731.8280.92-
YUV141.92178.8380.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.31%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 232 (91.02% from 255) = 49.79%
R=16.31%
G=33.91%
B=49.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal761582320.670.3200.09208.4677.2360.39
Hex4C9EE8432009d04d3c
Octal1142363501034001132011574
Binary10011001001111011101000100001110000001001110100001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,158,232); }

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

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

 a { background-color: rgb(76,158,232); }

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

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

 span { border-color: rgb(76,158,232); }

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