Html Css Color HEX #4D8BCB Havelock Blue

📋 copy color: '#4D8BCB'

red 77 ◦ green 139 ◦ blue 203

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

Shades of Havelock Blue #4D8BCB

Tints of Havelock Blue #4D8BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 18.38%
G = 33.17%
B = 48.45%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D8BCB (or 0x4D8BCB) is known color: Havelock Blue. HEX triplet: 4D, 8B and CB. RGB value is (77,139,203). Sum of RGB (Red+Green+Blue) = 77+139+203=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BCB is #B27434. Grayscale: #7F7F7F. Windows color (decimal): -11695157 or 13339469. OLE color: 13339469.

HSL color Cylindrical-coordinate representation of color #4D8BCB: hue angle of 210.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D8BCB is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 139 203 -
CMYK 0.62 0.32 0 0.20
HSL 210.48º 0.55% 0.55% -
HSV(B) 210.48º 0.62% 0.8% -
XYZ 23.07 24.35 59.98 -
YUV 127.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 77 139 203 0.62 0.32 0 0.20 210.48 0.55 0.55
Hex 4D 8B CB 3E 20 0 14 D2 37 37
Octal 115 213 313 76 40 0 24 322 67 67
Binary 1001101 10001011 11001011 111110 100000 0 10100 11010010 110111 110111

Color Harmonies of #4D8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8BCB

Black with #4D8BCB

Text Example


Text Example

White with #4D8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,139,203); }

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

background-color css

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

 a { background-color: rgb(77,139,203); }

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

border-color css

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

 span { border-color: rgb(77,139,203); }

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