Html Css Color HEX #4EAADC Picton Blue

📋 copy color: '#4EAADC'

red 78 ◦ green 170 ◦ blue 220

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

Shades of Picton Blue #4EAADC

Tints of Picton Blue #4EAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

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

R = 16.67%
G = 36.32%
B = 47.01%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EAADC (or 0x4EAADC) is known color: Picton Blue. HEX triplet: 4E, AA and DC. RGB value is (78,170,220). Sum of RGB (Red+Green+Blue) = 78+170+220=468 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.67% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #4EAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAADC is #B15523. Grayscale: #939393. Windows color (decimal): -11621668 or 14461518. OLE color: 14461518.

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

Color convert

RGB 78 170 220 -
CMYK 0.65 0.23 0 0.14
HSL 201.13º 0.67% 0.58% -
HSV(B) 201.13º 0.65% 0.86% -
XYZ 30.43 35.54 72.97 -
YUV 148.19 168.52 77.93 -
System Red Green Blue C M Y K H S L
Decimal 78 170 220 0.65 0.23 0 0.14 201.13 0.67 0.58
Hex 4E AA DC 41 17 0 E C9 43 3A
Octal 116 252 334 101 27 0 16 311 103 72
Binary 1001110 10101010 11011100 1000001 10111 0 1110 11001001 1000011 111010

Color Harmonies of #4EAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAADC

Black with #4EAADC

Text Example


Text Example

White with #4EAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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