Html Css Color HEX #4A88DD Havelock Blue

📋 copy color: '#4A88DD'

red 74 ◦ green 136 ◦ blue 221

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

Shades of Havelock Blue #4A88DD

Tints of Havelock Blue #4A88DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 17.17%
G = 31.55%
B = 51.28%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A88DD (or 0x4A88DD) is known color: Havelock Blue. HEX triplet: 4A, 88 and DD. RGB value is (74,136,221). Sum of RGB (Red+Green+Blue) = 74+136+221=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A88DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A88DD is #B57722. Grayscale: #7E7E7E. Windows color (decimal): -11892515 or 14518346. OLE color: 14518346.

HSL color Cylindrical-coordinate representation of color #4A88DD: hue angle of 214.69º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A88DD is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 136 221 -
CMYK 0.67 0.38 0 0.13
HSL 214.69º 0.68% 0.58% -
HSV(B) 214.69º 0.67% 0.87% -
XYZ 24.68 24.28 71.79 -
YUV 127.15 180.96 90.09 -
System Red Green Blue C M Y K H S L
Decimal 74 136 221 0.67 0.38 0 0.13 214.69 0.68 0.58
Hex 4A 88 DD 43 26 0 D D7 44 3A
Octal 112 210 335 103 46 0 15 327 104 72
Binary 1001010 10001000 11011101 1000011 100110 0 1101 11010111 1000100 111010

Color Harmonies of #4A88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A88DD

Black with #4A88DD

Text Example


Text Example

White with #4A88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,136,221); }

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

background-color css

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

 a { background-color: rgb(74,136,221); }

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

border-color css

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

 span { border-color: rgb(74,136,221); }

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