#4E9ECD

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

Shades of Picton Blue #4E9ECD

Tints of Picton Blue #4E9ECD

Color information

#4E9ECD (or 0x4E9ECD) is unknown color: approx Picton Blue. HEX triplet: 4E, 9E and CD. RGB value is (78,158,205). Sum of RGB (Red+Green+Blue) = 78+158+205=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E9ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9ECD is #B16132. Grayscale: #8B8B8B. Windows color (decimal): -11624755 or 13475406. OLE color: 13475406.

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

Color convert

RGB78158205-
CMYK0.620.2300.20
HSL202.2º55.95%55.49%-
HSV(B)202.2º61.95%80.39%-
XYZ26.3930.4862.25-
YUV139.4416584.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.69%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=17.69%
G=35.83%
B=46.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal781582050.620.2300.20202.255.9555.49
Hex4E9ECD3E17014ca3837
Octal11623631576270243127067
Binary100111010011110110011011111101011101010011001010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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