Html Css Color HEX #4D88CA Havelock Blue

📋 copy color: '#4D88CA'

red 77 ◦ green 136 ◦ blue 202

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

Shades of Havelock Blue #4D88CA

Tints of Havelock Blue #4D88CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 18.55%
G = 32.77%
B = 48.67%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D88CA (or 0x4D88CA) is known color: Havelock Blue. HEX triplet: 4D, 88 and CA. RGB value is (77,136,202). Sum of RGB (Red+Green+Blue) = 77+136+202=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D88CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88CA is #B27735. Grayscale: #7D7D7D. Windows color (decimal): -11695926 or 13273165. OLE color: 13273165.

HSL color Cylindrical-coordinate representation of color #4D88CA: hue angle of 211.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D88CA is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 136 202 -
CMYK 0.62 0.33 0 0.21
HSL 211.68º 0.54% 0.55% -
HSV(B) 211.68º 0.62% 0.79% -
XYZ 22.53 23.45 59.22 -
YUV 125.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 77 136 202 0.62 0.33 0 0.21 211.68 0.54 0.55
Hex 4D 88 CA 3E 21 0 15 D4 36 37
Octal 115 210 312 76 41 0 25 324 66 67
Binary 1001101 10001000 11001010 111110 100001 0 10101 11010100 110110 110111

Color Harmonies of #4D88CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D88CA

Black with #4D88CA

Text Example


Text Example

White with #4D88CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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