#4EA2D6

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

Shades of Picton Blue #4EA2D6

Tints of Picton Blue #4EA2D6

Color information

#4EA2D6 (or 0x4EA2D6) is unknown color: approx Picton Blue. HEX triplet: 4E, A2 and D6. RGB value is (78,162,214). Sum of RGB (Red+Green+Blue) = 78+162+214=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #4EA2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2D6 is #B15D29. Grayscale: #8E8E8E. Windows color (decimal): -11623722 or 14066254. OLE color: 14066254.

HSL color Cylindrical-coordinate representation of color #4EA2D6: hue angle of 202.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EA2D6 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB78162214-
CMYK0.640.2400.16
HSL202.94º62.39%57.25%-
HSV(B)202.94º63.55%83.92%-
XYZ28.232.3268.37-
YUV142.81168.1781.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.18%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 214 (83.98% from 255) = 47.14%
R=17.18%
G=35.68%
B=47.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal781622140.640.2400.16202.9462.3957.25
Hex4EA2D64018010cb3e39
Octal116242326100300203137671
Binary1001110101000101101011010000001100001000011001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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