#4A424B

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

Shades of Bossanova #4A424B

Tints of Bossanova #4A424B

Color information

#4A424B (or 0x4A424B) is unknown color: approx Bossanova. HEX triplet: 4A, 42 and 4B. RGB value is (74,66,75). Sum of RGB (Red+Green+Blue) = 74+66+75=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A424B is #B5BDB4. Grayscale: #454545. Windows color (decimal): -11910581 or 4932170. OLE color: 4932170.

HSL color Cylindrical-coordinate representation of color #4A424B: hue angle of 293.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A424B is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB746675-
CMYK0.010.1200.71
HSL293.33º6.38%27.65%-
HSV(B)293.33º12%29.41%-
XYZ6.045.867.47-
YUV69.42131.15131.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=34.42%
G=30.70%
B=34.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7466750.010.1200.71293.336.3827.65
Hex4A424B1C04712561c
Octal1121021131140107445634
Binary100101010000101001011111000100011110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,66,75); }

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

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

 a { background-color: rgb(74,66,75); }

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

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

 span { border-color: rgb(74,66,75); }

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