Html Css Color HEX #4D87D4 Havelock Blue

📋 copy color: '#4D87D4'

red 77 ◦ green 135 ◦ blue 212

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

Shades of Havelock Blue #4D87D4

Tints of Havelock Blue #4D87D4

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.84%

 BLUE value IS 212 (83.2% from 255) = 50%

R = 18.16%
G = 31.84%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4D87D4 (or 0x4D87D4) is known color: Havelock Blue. HEX triplet: 4D, 87 and D4. RGB value is (77,135,212). Sum of RGB (Red+Green+Blue) = 77+135+212=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #4D87D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D87D4 is #B2782B. Grayscale: #7E7E7E. Windows color (decimal): -11696172 or 13928269. OLE color: 13928269.

HSL color Cylindrical-coordinate representation of color #4D87D4: hue angle of 214.22º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D87D4 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 77 135 212 -
CMYK 0.64 0.36 0 0.17
HSL 214.22º 0.61% 0.57% -
HSV(B) 214.22º 0.64% 0.83% -
XYZ 23.61 23.66 65.61 -
YUV 126.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 77 135 212 0.64 0.36 0 0.17 214.22 0.61 0.57
Hex 4D 87 D4 40 24 0 11 D6 3D 39
Octal 115 207 324 100 44 0 21 326 75 71
Binary 1001101 10000111 11010100 1000000 100100 0 10001 11010110 111101 111001

Color Harmonies of #4D87D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D87D4

Black with #4D87D4

Text Example


Text Example

White with #4D87D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,135,212); }

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

background-color css

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

 a { background-color: rgb(77,135,212); }

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

border-color css

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

 span { border-color: rgb(77,135,212); }

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