#474248

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

Shades of Bossanova #474248

Tints of Bossanova #474248

Color information

#474248 (or 0x474248) is unknown color: approx Bossanova. HEX triplet: 47, 42 and 48. RGB value is (71,66,72). Sum of RGB (Red+Green+Blue) = 71+66+72=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 72 - color contains mainly: blue. Hex color #474248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474248 is #B8BDB7. Grayscale: #444444. Windows color (decimal): -12107192 or 4735559. OLE color: 4735559.

HSL color Cylindrical-coordinate representation of color #474248: hue angle of 290º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474248 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB716672-
CMYK0.010.0800.72
HSL290º4.35%27.06%-
HSV(B)290º8.33%28.24%-
XYZ5.725.76.93-
YUV68.18130.16130.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=33.97%
G=31.58%
B=34.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7166720.010.0800.722904.3527.06
Hex4742481804812241b
Octal1071021101100110442433
Binary100011110000101001000110000100100010010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474248; }

 p { color: rgb(71,66,72); }

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

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

 a { background-color: rgb(71,66,72); }

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

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

 span { border-color: rgb(71,66,72); }

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