#4E96CA

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

Shades of Picton Blue #4E96CA

Tints of Picton Blue #4E96CA

Color information

#4E96CA (or 0x4E96CA) is unknown color: approx Picton Blue. HEX triplet: 4E, 96 and CA. RGB value is (78,150,202). Sum of RGB (Red+Green+Blue) = 78+150+202=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E96CA is #B16935. Grayscale: #868686. Windows color (decimal): -11626806 or 13276750. OLE color: 13276750.

HSL color Cylindrical-coordinate representation of color #4E96CA: hue angle of 205.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E96CA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78150202-
CMYK0.610.2600.21
HSL205.16º53.91%54.9%-
HSV(B)205.16º61.39%79.22%-
XYZ24.7127.759.92-
YUV134.4166.1587.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.14%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=18.14%
G=34.88%
B=46.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781502020.610.2600.21205.1653.9154.9
Hex4E96CA3D1A015cd3637
Octal11622631275320253156667
Binary100111010010110110010101111011101001010111001101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,150,202); }

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

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

 a { background-color: rgb(78,150,202); }

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

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

 span { border-color: rgb(78,150,202); }

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