Html Css Color HEX #474B49 Cape Cod

📋 copy color: '#474B49'

red 71 ◦ green 75 ◦ blue 73

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

Shades of Cape Cod #474B49

Tints of Cape Cod #474B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.25%

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 32.42%
G = 34.25%
B = 33.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#474B49 (or 0x474B49) is known color: Cape Cod. HEX triplet: 47, 4B and 49. RGB value is (71,75,73). Sum of RGB (Red+Green+Blue) = 71+75+73=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 75 - color contains mainly: green. Hex color #474B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B49 is #B8B4B6. Grayscale: #494949. Windows color (decimal): -12104887 or 4803399. OLE color: 4803399.

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

Color convert

RGB 71 75 73 -
CMYK 0.05 0 0.03 0.71
HSL 150º 0.03% 0.29% -
HSV(B) 150º 0.05% 0.29% -
XYZ 6.32 6.85 7.29 -
YUV 73.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 71 75 73 0.05 0 0.03 0.71 150 0.03 0.29
Hex 47 4B 49 5 0 3 47 96 3 1D
Octal 107 113 111 5 0 3 107 226 3 35
Binary 1000111 1001011 1001001 101 0 11 1000111 10010110 11 11101

Color Harmonies of #474B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B49

Black with #474B49

Text Example


Text Example

White with #474B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,75,73); }

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

background-color css

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

 a { background-color: rgb(71,75,73); }

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

border-color css

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

 span { border-color: rgb(71,75,73); }

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