#4EA2DD

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

Shades of Picton Blue #4EA2DD

Tints of Picton Blue #4EA2DD

Color information

#4EA2DD (or 0x4EA2DD) is unknown color: approx Picton Blue. HEX triplet: 4E, A2 and DD. RGB value is (78,162,221). Sum of RGB (Red+Green+Blue) = 78+162+221=461 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.92% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EA2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2DD is #B15D22. Grayscale: #8F8F8F. Windows color (decimal): -11623715 or 14525006. OLE color: 14525006.

HSL color Cylindrical-coordinate representation of color #4EA2DD: hue angle of 204.76º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EA2DD is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB78162221-
CMYK0.650.2700.13
HSL204.76º67.77%58.63%-
HSV(B)204.76º64.71%86.67%-
XYZ29.1132.6873.18-
YUV143.61171.6781.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.92%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=16.92%
G=35.14%
B=47.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal781622210.650.2700.13204.7667.7758.63
Hex4EA2DD411B0Dcd443b
Octal1162423351013301531510473
Binary1001110101000101101110110000011101101101110011011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,162,221); }

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

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

 a { background-color: rgb(78,162,221); }

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

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

 span { border-color: rgb(78,162,221); }

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