Html Css Color HEX #47354B Bossanova

📋 copy color: '#47354B'

red 71 ◦ green 53 ◦ blue 75

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

Shades of Bossanova #47354B

Tints of Bossanova #47354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 75 (29.69% from 255) = 37.69%

R = 35.68%
G = 26.63%
B = 37.69%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47354B (or 0x47354B) is known color: Bossanova. HEX triplet: 47, 35 and 4B. RGB value is (71,53,75). Sum of RGB (Red+Green+Blue) = 71+53+75=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #47354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47354B is #B8CAB4. Grayscale: #3C3C3C. Windows color (decimal): -12110517 or 4928839. OLE color: 4928839.

HSL color Cylindrical-coordinate representation of color #47354B: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #47354B is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 53 75 -
CMYK 0.05 0.29 0 0.71
HSL 289.09º 0.17% 0.25% -
HSV(B) 289.09º 0.29% 0.29% -
XYZ 5.14 4.39 7.23 -
YUV 60.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 71 53 75 0.05 0.29 0 0.71 289.09 0.17 0.25
Hex 47 35 4B 5 1D 0 47 121 11 19
Octal 107 65 113 5 35 0 107 441 21 31
Binary 1000111 110101 1001011 101 11101 0 1000111 100100001 10001 11001

Color Harmonies of #47354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47354B

Black with #47354B

Text Example


Text Example

White with #47354B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47354B; }

 p { color: rgb(71,53,75); }

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

background-color css

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

 a { background-color: rgb(71,53,75); }

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

border-color css

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

 span { border-color: rgb(71,53,75); }

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