Html Css Color HEX #4A8ADB Havelock Blue

📋 copy color: '#4A8ADB'

red 74 ◦ green 138 ◦ blue 219

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

Shades of Havelock Blue #4A8ADB

Tints of Havelock Blue #4A8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

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

R = 17.17%
G = 32.02%
B = 50.81%

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

#4A8ADB (or 0x4A8ADB) is known color: Havelock Blue. HEX triplet: 4A, 8A and DB. RGB value is (74,138,219). Sum of RGB (Red+Green+Blue) = 74+138+219=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A8ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8ADB is #B57524. Grayscale: #7F7F7F. Windows color (decimal): -11892005 or 14387786. OLE color: 14387786.

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

Color convert

RGB 74 138 219 -
CMYK 0.66 0.37 0 0.14
HSL 213.52º 0.67% 0.57% -
HSV(B) 213.52º 0.66% 0.86% -
XYZ 24.7 24.75 70.49 -
YUV 128.1 179.3 89.41 -
System Red Green Blue C M Y K H S L
Decimal 74 138 219 0.66 0.37 0 0.14 213.52 0.67 0.57
Hex 4A 8A DB 42 25 0 E D6 43 39
Octal 112 212 333 102 45 0 16 326 103 71
Binary 1001010 10001010 11011011 1000010 100101 0 1110 11010110 1000011 111001

Color Harmonies of #4A8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8ADB

Black with #4A8ADB

Text Example


Text Example

White with #4A8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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