Html Css Color HEX #4D88C0 Havelock Blue

📋 copy color: '#4D88C0'

red 77 ◦ green 136 ◦ blue 192

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

Shades of Havelock Blue #4D88C0

Tints of Havelock Blue #4D88C0

RGB

 RED value IS 77 (30.47% from 255) = 19.01%

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 19.01%
G = 33.58%
B = 47.41%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D88C0 (or 0x4D88C0) is known color: Havelock Blue. HEX triplet: 4D, 88 and C0. RGB value is (77,136,192). Sum of RGB (Red+Green+Blue) = 77+136+192=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D88C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88C0 is #B2773F. Grayscale: #7C7C7C. Windows color (decimal): -11695936 or 12617805. OLE color: 12617805.

HSL color Cylindrical-coordinate representation of color #4D88C0: hue angle of 209.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D88C0 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 136 192 -
CMYK 0.60 0.29 0 0.25
HSL 209.22º 0.48% 0.53% -
HSV(B) 209.22º 0.6% 0.75% -
XYZ 21.38 22.99 53.18 -
YUV 124.74 165.95 93.95 -
System Red Green Blue C M Y K H S L
Decimal 77 136 192 0.60 0.29 0 0.25 209.22 0.48 0.53
Hex 4D 88 C0 3C 1D 0 19 D1 30 35
Octal 115 210 300 74 35 0 31 321 60 65
Binary 1001101 10001000 11000000 111100 11101 0 11001 11010001 110000 110101

Color Harmonies of #4D88C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D88C0

Black with #4D88C0

Text Example


Text Example

White with #4D88C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,136,192); }

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

background-color css

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

 a { background-color: rgb(77,136,192); }

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

border-color css

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

 span { border-color: rgb(77,136,192); }

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