Html Css Color HEX #4A87DB Havelock Blue

📋 copy color: '#4A87DB'

red 74 ◦ green 135 ◦ blue 219

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

Shades of Havelock Blue #4A87DB

Tints of Havelock Blue #4A87DB

RGB

 RED value IS 74 (29.3% from 255) = 17.29%

 GREEN value IS 135 (53.13% from 255) = 31.54%

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

R = 17.29%
G = 31.54%
B = 51.17%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A87DB (or 0x4A87DB) is known color: Havelock Blue. HEX triplet: 4A, 87 and DB. RGB value is (74,135,219). Sum of RGB (Red+Green+Blue) = 74+135+219=428 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.29% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A87DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A87DB is #B57824. Grayscale: #7D7D7D. Windows color (decimal): -11892773 or 14387018. OLE color: 14387018.

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

Color convert

RGB 74 135 219 -
CMYK 0.66 0.38 0 0.14
HSL 214.76º 0.67% 0.57% -
HSV(B) 214.76º 0.66% 0.86% -
XYZ 24.27 23.9 70.35 -
YUV 126.34 180.29 90.67 -
System Red Green Blue C M Y K H S L
Decimal 74 135 219 0.66 0.38 0 0.14 214.76 0.67 0.57
Hex 4A 87 DB 42 26 0 E D7 43 39
Octal 112 207 333 102 46 0 16 327 103 71
Binary 1001010 10000111 11011011 1000010 100110 0 1110 11010111 1000011 111001

Color Harmonies of #4A87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A87DB

Black with #4A87DB

Text Example


Text Example

White with #4A87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,135,219); }

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

background-color css

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

 a { background-color: rgb(74,135,219); }

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

border-color css

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

 span { border-color: rgb(74,135,219); }

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