Html Css Color HEX #4A8CDB Havelock Blue

📋 copy color: '#4A8CDB'

red 74 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #4A8CDB

Tints of Havelock Blue #4A8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 17.09%
G = 32.33%
B = 50.58%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A8CDB (or 0x4A8CDB) is known color: Havelock Blue. HEX triplet: 4A, 8C and DB. RGB value is (74,140,219). Sum of RGB (Red+Green+Blue) = 74+140+219=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A8CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8CDB is #B57324. Grayscale: #808080. Windows color (decimal): -11891493 or 14388298. OLE color: 14388298.

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

Color convert

RGB 74 140 219 -
CMYK 0.66 0.36 0 0.14
HSL 212.69º 0.67% 0.57% -
HSV(B) 212.69º 0.66% 0.86% -
XYZ 24.99 25.33 70.59 -
YUV 129.27 178.63 88.58 -
System Red Green Blue C M Y K H S L
Decimal 74 140 219 0.66 0.36 0 0.14 212.69 0.67 0.57
Hex 4A 8C DB 42 24 0 E D5 43 39
Octal 112 214 333 102 44 0 16 325 103 71
Binary 1001010 10001100 11011011 1000010 100100 0 1110 11010101 1000011 111001

Color Harmonies of #4A8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8CDB

Black with #4A8CDB

Text Example


Text Example

White with #4A8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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