Html Css Color HEX #4EA6DC Picton Blue

📋 copy color: '#4EA6DC'

red 78 ◦ green 166 ◦ blue 220

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

Shades of Picton Blue #4EA6DC

Tints of Picton Blue #4EA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

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

R = 16.81%
G = 35.78%
B = 47.41%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EA6DC (or 0x4EA6DC) is known color: Picton Blue. HEX triplet: 4E, A6 and DC. RGB value is (78,166,220). Sum of RGB (Red+Green+Blue) = 78+166+220=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EA6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA6DC is #B15923. Grayscale: #919191. Windows color (decimal): -11622692 or 14460494. OLE color: 14460494.

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

Color convert

RGB 78 166 220 -
CMYK 0.65 0.25 0 0.14
HSL 202.82º 0.67% 0.58% -
HSV(B) 202.82º 0.65% 0.86% -
XYZ 29.7 34.06 72.72 -
YUV 145.84 169.85 79.61 -
System Red Green Blue C M Y K H S L
Decimal 78 166 220 0.65 0.25 0 0.14 202.82 0.67 0.58
Hex 4E A6 DC 41 19 0 E CB 43 3A
Octal 116 246 334 101 31 0 16 313 103 72
Binary 1001110 10100110 11011100 1000001 11001 0 1110 11001011 1000011 111010

Color Harmonies of #4EA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA6DC

Black with #4EA6DC

Text Example


Text Example

White with #4EA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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