Html Css Color HEX #4E82DB Havelock Blue

📋 copy color: '#4E82DB'

red 78 ◦ green 130 ◦ blue 219

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

Shades of Havelock Blue #4E82DB

Tints of Havelock Blue #4E82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

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

R = 18.27%
G = 30.44%
B = 51.29%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E82DB (or 0x4E82DB) is known color: Havelock Blue. HEX triplet: 4E, 82 and DB. RGB value is (78,130,219). Sum of RGB (Red+Green+Blue) = 78+130+219=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E82DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E82DB is #B17D24. Grayscale: #7C7C7C. Windows color (decimal): -11631909 or 14385742. OLE color: 14385742.

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

Color convert

RGB 78 130 219 -
CMYK 0.64 0.41 0 0.14
HSL 217.87º 0.66% 0.58% -
HSV(B) 217.87º 0.64% 0.86% -
XYZ 23.91 22.7 70.14 -
YUV 124.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 78 130 219 0.64 0.41 0 0.14 217.87 0.66 0.58
Hex 4E 82 DB 40 29 0 E DA 42 3A
Octal 116 202 333 100 51 0 16 332 102 72
Binary 1001110 10000010 11011011 1000000 101001 0 1110 11011010 1000010 111010

Color Harmonies of #4E82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E82DB

Black with #4E82DB

Text Example


Text Example

White with #4E82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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