#4EA0CB

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

Shades of Picton Blue #4EA0CB

Tints of Picton Blue #4EA0CB

Color information

#4EA0CB (or 0x4EA0CB) is unknown color: approx Picton Blue. HEX triplet: 4E, A0 and CB. RGB value is (78,160,203). Sum of RGB (Red+Green+Blue) = 78+160+203=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EA0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA0CB is #B15F34. Grayscale: #8C8C8C. Windows color (decimal): -11624245 or 13344846. OLE color: 13344846.

HSL color Cylindrical-coordinate representation of color #4EA0CB: hue angle of 200.64º 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 #4EA0CB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB78160203-
CMYK0.620.2100.20
HSL200.64º54.59%55.1%-
HSV(B)200.64º61.58%79.61%-
XYZ26.4931.0761.1-
YUV140.38163.3383.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.69%
GREEN value IS 160 (62.89% from 255) = 36.28%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=17.69%
G=36.28%
B=46.03%

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
Decimal781602030.620.2100.20200.6454.5955.1
Hex4EA0CB3E15014c93737
Octal11624031376250243116767
Binary100111010100000110010111111101010101010011001001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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