#4E9AD4

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

Shades of Picton Blue #4E9AD4

Tints of Picton Blue #4E9AD4

Color information

#4E9AD4 (or 0x4E9AD4) is unknown color: approx Picton Blue. HEX triplet: 4E, 9A and D4. RGB value is (78,154,212). Sum of RGB (Red+Green+Blue) = 78+154+212=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 212 - color contains mainly: blue. Hex color #4E9AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9AD4 is #B1652B. Grayscale: #898989. Windows color (decimal): -11625772 or 13933134. OLE color: 13933134.

HSL color Cylindrical-coordinate representation of color #4E9AD4: hue angle of 205.97º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E9AD4 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB78154212-
CMYK0.630.2700.17
HSL205.97º60.91%56.86%-
HSV(B)205.97º63.21%83.14%-
XYZ26.5829.4866.58-
YUV137.89169.8285.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.57%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 212 (83.20% from 255) = 47.75%
R=17.57%
G=34.68%
B=47.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal781542120.630.2700.17205.9760.9156.86
Hex4E9AD43F1B011ce3d39
Octal11623232477330213167571
Binary100111010011010110101001111111101101000111001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,154,212); }

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

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

 a { background-color: rgb(78,154,212); }

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

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

 span { border-color: rgb(78,154,212); }

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