#4A525B

Color #4A525B Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #4A525B

Tints of Cello #4A525B

Color information

#4A525B (or 0x4A525B) is unknown color: approx Cello. HEX triplet: 4A, 52 and 5B. RGB value is (74,82,91). Sum of RGB (Red+Green+Blue) = 74+82+91=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A525B is #B5ADA4. Grayscale: #505050. Windows color (decimal): -11906469 or 5984842. OLE color: 5984842.

HSL color Cylindrical-coordinate representation of color #4A525B: hue angle of 211.76º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A525B is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB748291-
CMYK0.190.1000.64
HSL211.76º10.3%32.35%-
HSV(B)211.76º18.68%35.69%-
XYZ7.738.2511.08-
YUV80.63133.85123.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.96%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=29.96%
G=33.20%
B=36.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7482910.190.1000.64211.7610.332.35
Hex4A525B13A040d4a20
Octal112122133231201003241240
Binary10010101010010101101110011101001000000110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,82,91); }

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

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

 a { background-color: rgb(74,82,91); }

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

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

 span { border-color: rgb(74,82,91); }

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