Html Css Color HEX #4EAADB Picton Blue

📋 copy color: '#4EAADB'

red 78 ◦ green 170 ◦ blue 219

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

Shades of Picton Blue #4EAADB

Tints of Picton Blue #4EAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 16.7%
G = 36.4%
B = 46.9%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4EAADB (or 0x4EAADB) is known color: Picton Blue. HEX triplet: 4E, AA and DB. RGB value is (78,170,219). Sum of RGB (Red+Green+Blue) = 78+170+219=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #4EAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAADB is #B15524. Grayscale: #939393. Windows color (decimal): -11621669 or 14395982. OLE color: 14395982.

HSL color Cylindrical-coordinate representation of color #4EAADB: hue angle of 200.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EAADB is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 170 219 -
CMYK 0.64 0.22 0 0.14
HSL 200.85º 0.66% 0.58% -
HSV(B) 200.85º 0.64% 0.86% -
XYZ 30.3 35.48 72.27 -
YUV 148.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 78 170 219 0.64 0.22 0 0.14 200.85 0.66 0.58
Hex 4E AA DB 40 16 0 E C9 42 3A
Octal 116 252 333 100 26 0 16 311 102 72
Binary 1001110 10101010 11011011 1000000 10110 0 1110 11001001 1000010 111010

Color Harmonies of #4EAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAADB

Black with #4EAADB

Text Example


Text Example

White with #4EAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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