Html Css Color HEX #4A504D Cape Cod

📋 copy color: '#4A504D'

red 74 ◦ green 80 ◦ blue 77

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

Shades of Cape Cod #4A504D

Tints of Cape Cod #4A504D

RGB

 RED value IS 74 (29.3% from 255) = 32.03%

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 77 (30.47% from 255) = 33.33%

R = 32.03%
G = 34.63%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4A504D (or 0x4A504D) is known color: Cape Cod. HEX triplet: 4A, 50 and 4D. RGB value is (74,80,77). Sum of RGB (Red+Green+Blue) = 74+80+77=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 80 - color contains mainly: green. Hex color #4A504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A504D is #B5AFB2. Grayscale: #4D4D4D. Windows color (decimal): -11906995 or 5066826. OLE color: 5066826.

HSL color Cylindrical-coordinate representation of color #4A504D: hue angle of 150º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4A504D is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 80 77 -
CMYK 0.08 0 0.04 0.69
HSL 150º 0.04% 0.3% -
HSV(B) 150º 0.07% 0.31% -
XYZ 7.03 7.73 8.14 -
YUV 77.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 74 80 77 0.08 0 0.04 0.69 150 0.04 0.3
Hex 4A 50 4D 8 0 4 45 96 4 1E
Octal 112 120 115 10 0 4 105 226 4 36
Binary 1001010 1010000 1001101 1000 0 100 1000101 10010110 100 11110

Color Harmonies of #4A504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A504D

Black with #4A504D

Text Example


Text Example

White with #4A504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,80,77); }

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

background-color css

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

 a { background-color: rgb(74,80,77); }

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

border-color css

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

 span { border-color: rgb(74,80,77); }

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