Html Css Color HEX #474048 Bossanova

📋 copy color: '#474048'

red 71 ◦ green 64 ◦ blue 72

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

Shades of Bossanova #474048

Tints of Bossanova #474048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.92%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 34.3%
G = 30.92%
B = 34.78%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474048 (or 0x474048) is known color: Bossanova. HEX triplet: 47, 40 and 48. RGB value is (71,64,72). Sum of RGB (Red+Green+Blue) = 71+64+72=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #474048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474048 is #B8BFB7. Grayscale: #424242. Windows color (decimal): -12107704 or 4735047. OLE color: 4735047.

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

Color convert

RGB 71 64 72 -
CMYK 0.01 0.11 0 0.72
HSL 292.5º 0.06% 0.27% -
HSV(B) 292.5º 0.11% 0.28% -
XYZ 5.6 5.47 6.89 -
YUV 67.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 71 64 72 0.01 0.11 0 0.72 292.5 0.06 0.27
Hex 47 40 48 1 B 0 48 124 6 1B
Octal 107 100 110 1 13 0 110 444 6 33
Binary 1000111 1000000 1001000 1 1011 0 1001000 100100100 110 11011

Color Harmonies of #474048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474048

Black with #474048

Text Example


Text Example

White with #474048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474048; }

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

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

background-color css

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

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

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

border-color css

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

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

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