Html Css Color HEX #4D84D7 Havelock Blue

📋 copy color: '#4D84D7'

red 77 ◦ green 132 ◦ blue 215

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

Shades of Havelock Blue #4D84D7

Tints of Havelock Blue #4D84D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 18.16%
G = 31.13%
B = 50.71%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4D84D7 (or 0x4D84D7) is known color: Havelock Blue. HEX triplet: 4D, 84 and D7. RGB value is (77,132,215). Sum of RGB (Red+Green+Blue) = 77+132+215=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #4D84D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D84D7 is #B27B28. Grayscale: #7C7C7C. Windows color (decimal): -11696937 or 14124109. OLE color: 14124109.

HSL color Cylindrical-coordinate representation of color #4D84D7: hue angle of 216.09º 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 #4D84D7 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 77 132 215 -
CMYK 0.64 0.39 0 0.16
HSL 216.09º 0.63% 0.57% -
HSV(B) 216.09º 0.64% 0.84% -
XYZ 23.58 22.99 67.48 -
YUV 125.02 178.78 93.75 -
System Red Green Blue C M Y K H S L
Decimal 77 132 215 0.64 0.39 0 0.16 216.09 0.63 0.57
Hex 4D 84 D7 40 27 0 10 D8 3F 39
Octal 115 204 327 100 47 0 20 330 77 71
Binary 1001101 10000100 11010111 1000000 100111 0 10000 11011000 111111 111001

Color Harmonies of #4D84D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D84D7

Black with #4D84D7

Text Example


Text Example

White with #4D84D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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