#4E9ECF

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

Shades of Picton Blue #4E9ECF

Tints of Picton Blue #4E9ECF

Color information

#4E9ECF (or 0x4E9ECF) is unknown color: approx Picton Blue. HEX triplet: 4E, 9E and CF. RGB value is (78,158,207). Sum of RGB (Red+Green+Blue) = 78+158+207=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E9ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9ECF is #B16130. Grayscale: #8B8B8B. Windows color (decimal): -11624753 or 13606478. OLE color: 13606478.

HSL color Cylindrical-coordinate representation of color #4E9ECF: hue angle of 202.79º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E9ECF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB78158207-
CMYK0.620.2400.19
HSL202.79º57.33%55.88%-
HSV(B)202.79º62.32%81.18%-
XYZ26.6330.5863.53-
YUV139.6716684.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.61%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=17.61%
G=35.67%
B=46.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal781582070.620.2400.19202.7957.3355.88
Hex4E9ECF3E18013cb3938
Octal11623631776300233137170
Binary100111010011110110011111111101100001001111001011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,158,207); }

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

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

 a { background-color: rgb(78,158,207); }

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

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

 span { border-color: rgb(78,158,207); }

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