Html Css Color HEX #474D4A Cape Cod

📋 copy color: '#474D4A'

red 71 ◦ green 77 ◦ blue 74

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

Shades of Cape Cod #474D4A

Tints of Cape Cod #474D4A

RGB

 RED value IS 71 (28.13% from 255) = 31.98%

 GREEN value IS 77 (30.47% from 255) = 34.68%

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 31.98%
G = 34.68%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#474D4A (or 0x474D4A) is known color: Cape Cod. HEX triplet: 47, 4D and 4A. RGB value is (71,77,74). Sum of RGB (Red+Green+Blue) = 71+77+74=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 77 - color contains mainly: green. Hex color #474D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D4A is #B8B2B5. Grayscale: #4A4A4A. Windows color (decimal): -12104374 or 4869447. OLE color: 4869447.

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

Color convert

RGB 71 77 74 -
CMYK 0.08 0 0.04 0.70
HSL 150º 0.04% 0.29% -
HSV(B) 150º 0.08% 0.3% -
XYZ 6.49 7.14 7.52 -
YUV 74.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 71 77 74 0.08 0 0.04 0.70 150 0.04 0.29
Hex 47 4D 4A 8 0 4 46 96 4 1D
Octal 107 115 112 10 0 4 106 226 4 35
Binary 1000111 1001101 1001010 1000 0 100 1000110 10010110 100 11101

Color Harmonies of #474D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D4A

Black with #474D4A

Text Example


Text Example

White with #474D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D4A; }

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

 H1.HeaderClassName
 {
   color: #474D4A;
 }
 .AnyTagClassName
 {
   color: #474D4A;
 }
</style>

background-color css

<style>
 a { background-color: #474D4A; }

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

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

border-color css

<style>
 span { border-color: #474D4A; }

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

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