#4EA8DC

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

Shades of Picton Blue #4EA8DC

Tints of Picton Blue #4EA8DC

Color information

#4EA8DC (or 0x4EA8DC) is unknown color: approx Picton Blue. HEX triplet: 4E, A8 and DC. RGB value is (78,168,220). Sum of RGB (Red+Green+Blue) = 78+168+220=466 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.74% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EA8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA8DC is #B15723. Grayscale: #929292. Windows color (decimal): -11622180 or 14461006. OLE color: 14461006.

HSL color Cylindrical-coordinate representation of color #4EA8DC: hue angle of 201.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EA8DC is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB78168220-
CMYK0.650.2400.14
HSL201.97º66.98%58.43%-
HSV(B)201.97º64.55%86.27%-
XYZ30.0634.7972.84-
YUV147.02169.1878.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.74%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=16.74%
G=36.05%
B=47.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781682200.650.2400.14201.9766.9858.43
Hex4EA8DC41180Eca433a
Octal1162503341013001631210372
Binary1001110101010001101110010000011100001110110010101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,168,220); }

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

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

 a { background-color: rgb(78,168,220); }

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

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

 span { border-color: rgb(78,168,220); }

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