#4C9CE5

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

Shades of Picton Blue #4C9CE5

Tints of Picton Blue #4C9CE5

Color information

#4C9CE5 (or 0x4C9CE5) is unknown color: approx Picton Blue. HEX triplet: 4C, 9C and E5. RGB value is (76,156,229). Sum of RGB (Red+Green+Blue) = 76+156+229=461 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.49% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C9CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9CE5 is #B3631A. Grayscale: #8C8C8C. Windows color (decimal): -11756315 or 15047756. OLE color: 15047756.

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

Color convert

RGB76156229-
CMYK0.670.3200.10
HSL208.63º74.63%59.8%-
HSV(B)208.63º66.81%89.8%-
XYZ29.0130.9778.58-
YUV140.417882.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.49%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 229 (89.84% from 255) = 49.67%
R=16.49%
G=33.84%
B=49.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal761562290.670.3200.10208.6374.6359.8
Hex4C9CE543200Ad14b3c
Octal1142343451034001232111374
Binary10011001001110011100101100001110000001010110100011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,156,229); }

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

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

 a { background-color: rgb(76,156,229); }

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

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

 span { border-color: rgb(76,156,229); }

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