#484C4A

Color #484C4A Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #484C4A

Tints of Cape Cod #484C4A

Color information

#484C4A (or 0x484C4A) is unknown color: approx Cape Cod. HEX triplet: 48, 4C and 4A. RGB value is (72,76,74). Sum of RGB (Red+Green+Blue) = 72+76+74=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 76 - color contains mainly: green. Hex color #484C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C4A is #B7B3B5. Grayscale: #4A4A4A. Windows color (decimal): -12039094 or 4869192. OLE color: 4869192.

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

Color convert

RGB727674-
CMYK0.0500.030.70
HSL150º2.7%29.02%-
HSV(B)150º5.26%29.8%-
XYZ6.497.047.5-
YUV74.58127.67126.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=32.43%
G=34.23%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276740.0500.030.701502.729.02
Hex484C4A503469631d
Octal110114112503106226335
Binary1001000100110010010101010111000110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484C4A; }

 p { color: rgb(72,76,74); }

 H1.HeaderClassName
 {
   color: #484C4A;
 }
 .AnyTagClassName
 {
   color: #484C4A;
 }
</style>
background-color css

<style>
 a { background-color: #484C4A; }

 a { background-color: rgb(72,76,74); }

 div.DivClassName
 {
   background-color: #484C4A;
 }
 .BgClassName
 {
   background-color: #484C4A;
 }
</style>
border-color css

<style>
 span { border-color: #484C4A; }

 span { border-color: rgb(72,76,74); }

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