Html Css Color HEX #4D84BE Havelock Blue

📋 copy color: '#4D84BE'

red 77 ◦ green 132 ◦ blue 190

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

Shades of Havelock Blue #4D84BE

Tints of Havelock Blue #4D84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 19.3%
G = 33.08%
B = 47.62%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D84BE (or 0x4D84BE) is known color: Havelock Blue. HEX triplet: 4D, 84 and BE. RGB value is (77,132,190). Sum of RGB (Red+Green+Blue) = 77+132+190=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D84BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D84BE is #B27B41. Grayscale: #797979. Windows color (decimal): -11696962 or 12485709. OLE color: 12485709.

HSL color Cylindrical-coordinate representation of color #4D84BE: hue angle of 210.8º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D84BE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 132 190 -
CMYK 0.59 0.31 0 0.25
HSL 210.8º 0.47% 0.52% -
HSV(B) 210.8º 0.59% 0.75% -
XYZ 20.61 21.8 51.84 -
YUV 122.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 77 132 190 0.59 0.31 0 0.25 210.8 0.47 0.52
Hex 4D 84 BE 3B 1F 0 19 D3 2F 34
Octal 115 204 276 73 37 0 31 323 57 64
Binary 1001101 10000100 10111110 111011 11111 0 11001 11010011 101111 110100

Color Harmonies of #4D84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D84BE

Black with #4D84BE

Text Example


Text Example

White with #4D84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,132,190); }

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

background-color css

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

 a { background-color: rgb(77,132,190); }

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

border-color css

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

 span { border-color: rgb(77,132,190); }

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