Html Css Color HEX #4D84D6 Havelock Blue

📋 copy color: '#4D84D6'

red 77 ◦ green 132 ◦ blue 214

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

Shades of Havelock Blue #4D84D6

Tints of Havelock Blue #4D84D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 18.2%
G = 31.21%
B = 50.59%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4D84D6 (or 0x4D84D6) is known color: Havelock Blue. HEX triplet: 4D, 84 and D6. RGB value is (77,132,214). Sum of RGB (Red+Green+Blue) = 77+132+214=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D84D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D84D6 is #B27B29. Grayscale: #7C7C7C. Windows color (decimal): -11696938 or 14058573. OLE color: 14058573.

HSL color Cylindrical-coordinate representation of color #4D84D6: hue angle of 215.91º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D84D6 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 132 214 -
CMYK 0.64 0.38 0 0.16
HSL 215.91º 0.63% 0.57% -
HSV(B) 215.91º 0.64% 0.84% -
XYZ 23.45 22.94 66.81 -
YUV 124.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 77 132 214 0.64 0.38 0 0.16 215.91 0.63 0.57
Hex 4D 84 D6 40 26 0 10 D8 3F 39
Octal 115 204 326 100 46 0 20 330 77 71
Binary 1001101 10000100 11010110 1000000 100110 0 10000 11011000 111111 111001

Color Harmonies of #4D84D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D84D6

Black with #4D84D6

Text Example


Text Example

White with #4D84D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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