#4EA1CB

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

Shades of Picton Blue #4EA1CB

Tints of Picton Blue #4EA1CB

Color information

#4EA1CB (or 0x4EA1CB) is unknown color: approx Picton Blue. HEX triplet: 4E, A1 and CB. RGB value is (78,161,203). Sum of RGB (Red+Green+Blue) = 78+161+203=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EA1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA1CB is #B15E34. Grayscale: #8C8C8C. Windows color (decimal): -11623989 or 13345102. OLE color: 13345102.

HSL color Cylindrical-coordinate representation of color #4EA1CB: hue angle of 200.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EA1CB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78161203-
CMYK0.620.2100.20
HSL200.16º54.59%55.1%-
HSV(B)200.16º61.58%79.61%-
XYZ26.6731.4261.16-
YUV140.9716383.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.65%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 203 (79.69% from 255) = 45.93%
R=17.65%
G=36.43%
B=45.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781612030.620.2100.20200.1654.5955.1
Hex4EA1CB3E15014c83737
Octal11624131376250243106767
Binary100111010100001110010111111101010101010011001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,161,203); }

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

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

 a { background-color: rgb(78,161,203); }

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

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

 span { border-color: rgb(78,161,203); }

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