Html Css Color HEX #4D88C3 Havelock Blue

📋 copy color: '#4D88C3'

red 77 ◦ green 136 ◦ blue 195

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

Shades of Havelock Blue #4D88C3

Tints of Havelock Blue #4D88C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.79%

R = 18.87%
G = 33.33%
B = 47.79%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4D88C3 (or 0x4D88C3) is known color: Havelock Blue. HEX triplet: 4D, 88 and C3. RGB value is (77,136,195). Sum of RGB (Red+Green+Blue) = 77+136+195=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #4D88C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88C3 is #B2773C. Grayscale: #7C7C7C. Windows color (decimal): -11695933 or 12814413. OLE color: 12814413.

HSL color Cylindrical-coordinate representation of color #4D88C3: hue angle of 210º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D88C3 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 136 195 -
CMYK 0.61 0.30 0 0.24
HSL 210º 0.5% 0.53% -
HSV(B) 210º 0.61% 0.76% -
XYZ 21.72 23.13 54.95 -
YUV 125.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 77 136 195 0.61 0.30 0 0.24 210 0.5 0.53
Hex 4D 88 C3 3D 1E 0 18 D2 32 35
Octal 115 210 303 75 36 0 30 322 62 65
Binary 1001101 10001000 11000011 111101 11110 0 11000 11010010 110010 110101

Color Harmonies of #4D88C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D88C3

Black with #4D88C3

Text Example


Text Example

White with #4D88C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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