Html Css Color HEX #4888CD Havelock Blue

📋 copy color: '#4888CD'

red 72 ◦ green 136 ◦ blue 205

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

Shades of Havelock Blue #4888CD

Tints of Havelock Blue #4888CD

RGB

 RED value IS 72 (28.52% from 255) = 17.43%

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 17.43%
G = 32.93%
B = 49.64%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4888CD (or 0x4888CD) is known color: Havelock Blue. HEX triplet: 48, 88 and CD. RGB value is (72,136,205). Sum of RGB (Red+Green+Blue) = 72+136+205=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #4888CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888CD is #B77732. Grayscale: #7C7C7C. Windows color (decimal): -12023603 or 13469768. OLE color: 13469768.

HSL color Cylindrical-coordinate representation of color #4888CD: hue angle of 211.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4888CD is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 136 205 -
CMYK 0.65 0.34 0 0.20
HSL 211.13º 0.57% 0.54% -
HSV(B) 211.13º 0.65% 0.8% -
XYZ 22.5 23.39 61.09 -
YUV 124.73 173.3 90.39 -
System Red Green Blue C M Y K H S L
Decimal 72 136 205 0.65 0.34 0 0.20 211.13 0.57 0.54
Hex 48 88 CD 41 22 0 14 D3 39 36
Octal 110 210 315 101 42 0 24 323 71 66
Binary 1001000 10001000 11001101 1000001 100010 0 10100 11010011 111001 110110

Color Harmonies of #4888CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4888CD

Black with #4888CD

Text Example


Text Example

White with #4888CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4888CD; }

 p { color: rgb(72,136,205); }

 H1.HeaderClassName
 {
   color: #4888CD;
 }
 .AnyTagClassName
 {
   color: #4888CD;
 }
</style>

background-color css

<style>
 a { background-color: #4888CD; }

 a { background-color: rgb(72,136,205); }

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

border-color css

<style>
 span { border-color: #4888CD; }

 span { border-color: rgb(72,136,205); }

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