#4EA9DC

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

Shades of Picton Blue #4EA9DC

Tints of Picton Blue #4EA9DC

Color information

#4EA9DC (or 0x4EA9DC) is unknown color: approx Picton Blue. HEX triplet: 4E, A9 and DC. RGB value is (78,169,220). Sum of RGB (Red+Green+Blue) = 78+169+220=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EA9DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA9DC is #B15623. Grayscale: #939393. Windows color (decimal): -11621924 or 14461262. OLE color: 14461262.

HSL color Cylindrical-coordinate representation of color #4EA9DC: hue angle of 201.55º 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 #4EA9DC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB78169220-
CMYK0.650.2300.14
HSL201.55º66.98%58.43%-
HSV(B)201.55º64.55%86.27%-
XYZ30.2535.1672.9-
YUV147.6168.8578.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.70%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=16.70%
G=36.19%
B=47.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal781692200.650.2300.14201.5566.9858.43
Hex4EA9DC41170Eca433a
Octal1162513341012701631210372
Binary1001110101010011101110010000011011101110110010101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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