Html Css Color HEX #4EA2DC Picton Blue

📋 copy color: '#4EA2DC'

red 78 ◦ green 162 ◦ blue 220

#4EA2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #4EA2DC

Tints of Picton Blue #4EA2DC

RGB

 RED value IS 78 (30.86% from 255) = 16.96%

 GREEN value IS 162 (63.67% from 255) = 35.22%

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 16.96%
G = 35.22%
B = 47.83%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EA2DC (or 0x4EA2DC) is known color: Picton Blue. HEX triplet: 4E, A2 and DC. RGB value is (78,162,220). Sum of RGB (Red+Green+Blue) = 78+162+220=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EA2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA2DC is #B15D23. Grayscale: #8F8F8F. Windows color (decimal): -11623716 or 14459470. OLE color: 14459470.

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

Color convert

RGB 78 162 220 -
CMYK 0.65 0.26 0 0.14
HSL 204.51º 0.67% 0.58% -
HSV(B) 204.51º 0.65% 0.86% -
XYZ 28.98 32.63 72.48 -
YUV 143.5 171.17 81.28 -
System Red Green Blue C M Y K H S L
Decimal 78 162 220 0.65 0.26 0 0.14 204.51 0.67 0.58
Hex 4E A2 DC 41 1A 0 E CD 43 3A
Octal 116 242 334 101 32 0 16 315 103 72
Binary 1001110 10100010 11011100 1000001 11010 0 1110 11001101 1000011 111010

Color Harmonies of #4EA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA2DC

Black with #4EA2DC

Text Example


Text Example

White with #4EA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EA2DC;
 }
 .AnyTagClassName
 {
   color: #4EA2DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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