Html Css Color HEX #4A8BDB Havelock Blue

📋 copy color: '#4A8BDB'

red 74 ◦ green 139 ◦ blue 219

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

Shades of Havelock Blue #4A8BDB

Tints of Havelock Blue #4A8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

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

R = 17.13%
G = 32.18%
B = 50.69%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A8BDB (or 0x4A8BDB) is known color: Havelock Blue. HEX triplet: 4A, 8B and DB. RGB value is (74,139,219). Sum of RGB (Red+Green+Blue) = 74+139+219=432 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.13% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A8BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8BDB is #B57424. Grayscale: #808080. Windows color (decimal): -11891749 or 14388042. OLE color: 14388042.

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

Color convert

RGB 74 139 219 -
CMYK 0.66 0.37 0 0.14
HSL 213.1º 0.67% 0.57% -
HSV(B) 213.1º 0.66% 0.86% -
XYZ 24.84 25.04 70.54 -
YUV 128.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 74 139 219 0.66 0.37 0 0.14 213.1 0.67 0.57
Hex 4A 8B DB 42 25 0 E D5 43 39
Octal 112 213 333 102 45 0 16 325 103 71
Binary 1001010 10001011 11011011 1000010 100101 0 1110 11010101 1000011 111001

Color Harmonies of #4A8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8BDB

Black with #4A8BDB

Text Example


Text Example

White with #4A8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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