Html Css Color HEX #4D87CC Havelock Blue

📋 copy color: '#4D87CC'

red 77 ◦ green 135 ◦ blue 204

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

Shades of Havelock Blue #4D87CC

Tints of Havelock Blue #4D87CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 18.51%
G = 32.45%
B = 49.04%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4D87CC (or 0x4D87CC) is known color: Havelock Blue. HEX triplet: 4D, 87 and CC. RGB value is (77,135,204). Sum of RGB (Red+Green+Blue) = 77+135+204=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D87CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D87CC is #B27833. Grayscale: #7D7D7D. Windows color (decimal): -11696180 or 13403981. OLE color: 13403981.

HSL color Cylindrical-coordinate representation of color #4D87CC: hue angle of 212.6º 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 #4D87CC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 77 135 204 -
CMYK 0.62 0.34 0 0.2
HSL 212.6º 0.55% 0.55% -
HSV(B) 212.6º 0.62% 0.8% -
XYZ 22.62 23.27 60.43 -
YUV 125.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 77 135 204 0.62 0.34 0 0.2 212.6 0.55 0.55
Hex 4D 87 CC 3E 22 0 14 D5 37 37
Octal 115 207 314 76 42 0 24 325 67 67
Binary 1001101 10000111 11001100 111110 100010 0 10100 11010101 110111 110111

Color Harmonies of #4D87CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D87CC

Black with #4D87CC

Text Example


Text Example

White with #4D87CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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