#4E9EC2

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

Shades of Picton Blue #4E9EC2

Tints of Picton Blue #4E9EC2

Color information

#4E9EC2 (or 0x4E9EC2) is unknown color: approx Picton Blue. HEX triplet: 4E, 9E and C2. RGB value is (78,158,194). Sum of RGB (Red+Green+Blue) = 78+158+194=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #4E9EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9EC2 is #B1613D. Grayscale: #898989. Windows color (decimal): -11624766 or 12754510. OLE color: 12754510.

HSL color Cylindrical-coordinate representation of color #4E9EC2: hue angle of 198.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E9EC2 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB78158194-
CMYK0.600.1900.24
HSL198.62º48.74%53.33%-
HSV(B)198.62º59.79%76.08%-
XYZ25.1129.9755.5-
YUV138.18159.585.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.14%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 194 (76.17% from 255) = 45.12%
R=18.14%
G=36.74%
B=45.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781581940.600.1900.24198.6248.7453.33
Hex4E9EC23C13018c73135
Octal11623630274230303076165
Binary100111010011110110000101111001001101100011000111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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