Html Css Color HEX #4C87CD Havelock Blue

📋 copy color: '#4C87CD'

red 76 ◦ green 135 ◦ blue 205

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

Shades of Havelock Blue #4C87CD

Tints of Havelock Blue #4C87CD

RGB

 RED value IS 76 (30.08% from 255) = 18.27%

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 18.27%
G = 32.45%
B = 49.28%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C87CD (or 0x4C87CD) is known color: Havelock Blue. HEX triplet: 4C, 87 and CD. RGB value is (76,135,205). Sum of RGB (Red+Green+Blue) = 76+135+205=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C87CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C87CD is #B37832. Grayscale: #7C7C7C. Windows color (decimal): -11761715 or 13469516. OLE color: 13469516.

HSL color Cylindrical-coordinate representation of color #4C87CD: hue angle of 212.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C87CD is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 135 205 -
CMYK 0.63 0.34 0 0.20
HSL 212.56º 0.56% 0.55% -
HSV(B) 212.56º 0.63% 0.8% -
XYZ 22.66 23.27 61.06 -
YUV 125.34 172.95 92.81 -
System Red Green Blue C M Y K H S L
Decimal 76 135 205 0.63 0.34 0 0.20 212.56 0.56 0.55
Hex 4C 87 CD 3F 22 0 14 D5 38 37
Octal 114 207 315 77 42 0 24 325 70 67
Binary 1001100 10000111 11001101 111111 100010 0 10100 11010101 111000 110111

Color Harmonies of #4C87CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C87CD

Black with #4C87CD

Text Example


Text Example

White with #4C87CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,135,205); }

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

background-color css

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

 a { background-color: rgb(76,135,205); }

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

border-color css

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

 span { border-color: rgb(76,135,205); }

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