Html Css Color HEX #474348 Bossanova

📋 copy color: '#474348'

red 71 ◦ green 67 ◦ blue 72

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

Shades of Bossanova #474348

Tints of Bossanova #474348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

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

R = 33.81%
G = 31.9%
B = 34.29%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474348 (or 0x474348) is known color: Bossanova. HEX triplet: 47, 43 and 48. RGB value is (71,67,72). Sum of RGB (Red+Green+Blue) = 71+67+72=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 72 - color contains mainly: blue. Hex color #474348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474348 is #B8BCB7. Grayscale: #444444. Windows color (decimal): -12106936 or 4735815. OLE color: 4735815.

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

Color convert

RGB 71 67 72 -
CMYK 0.01 0.07 0 0.72
HSL 288º 0.04% 0.27% -
HSV(B) 288º 0.07% 0.28% -
XYZ 5.78 5.82 6.95 -
YUV 68.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 71 67 72 0.01 0.07 0 0.72 288 0.04 0.27
Hex 47 43 48 1 7 0 48 120 4 1B
Octal 107 103 110 1 7 0 110 440 4 33
Binary 1000111 1000011 1001000 1 111 0 1001000 100100000 100 11011

Color Harmonies of #474348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474348

Black with #474348

Text Example


Text Example

White with #474348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474348; }

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

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

background-color css

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

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

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

border-color css

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

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

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