Html Css Color HEX #4D5451 Cape Cod

📋 copy color: '#4D5451'

red 77 ◦ green 84 ◦ blue 81

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

Shades of Cape Cod #4D5451

Tints of Cape Cod #4D5451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 31.82%
G = 34.71%
B = 33.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#4D5451 (or 0x4D5451) is known color: Cape Cod. HEX triplet: 4D, 54 and 51. RGB value is (77,84,81). Sum of RGB (Red+Green+Blue) = 77+84+81=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5451 is #B2ABAE. Grayscale: #515151. Windows color (decimal): -11709359 or 5329997. OLE color: 5329997.

HSL color Cylindrical-coordinate representation of color #4D5451: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4D5451 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 84 81 -
CMYK 0.08 0 0.04 0.67
HSL 154.29º 0.04% 0.32% -
HSV(B) 154.29º 0.08% 0.33% -
XYZ 7.72 8.51 9.02 -
YUV 81.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 77 84 81 0.08 0 0.04 0.67 154.29 0.04 0.32
Hex 4D 54 51 8 0 4 43 9A 4 20
Octal 115 124 121 10 0 4 103 232 4 40
Binary 1001101 1010100 1010001 1000 0 100 1000011 10011010 100 100000

Color Harmonies of #4D5451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5451

Black with #4D5451

Text Example


Text Example

White with #4D5451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,81); }

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

background-color css

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

 a { background-color: rgb(77,84,81); }

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

border-color css

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

 span { border-color: rgb(77,84,81); }

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