Html Css Color HEX #473A4B Bossanova

📋 copy color: '#473A4B'

red 71 ◦ green 58 ◦ blue 75

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

Shades of Bossanova #473A4B

Tints of Bossanova #473A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.43%

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

R = 34.8%
G = 28.43%
B = 36.76%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#473A4B (or 0x473A4B) is known color: Bossanova. HEX triplet: 47, 3A and 4B. RGB value is (71,58,75). Sum of RGB (Red+Green+Blue) = 71+58+75=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #473A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A4B is #B8C5B4. Grayscale: #3F3F3F. Windows color (decimal): -12109237 or 4930119. OLE color: 4930119.

HSL color Cylindrical-coordinate representation of color #473A4B: hue angle of 285.88º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #473A4B is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 58 75 -
CMYK 0.05 0.23 0 0.71
HSL 285.88º 0.13% 0.26% -
HSV(B) 285.88º 0.23% 0.29% -
XYZ 5.38 4.87 7.31 -
YUV 63.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 71 58 75 0.05 0.23 0 0.71 285.88 0.13 0.26
Hex 47 3A 4B 5 17 0 47 11E D 1A
Octal 107 72 113 5 27 0 107 436 15 32
Binary 1000111 111010 1001011 101 10111 0 1000111 100011110 1101 11010

Color Harmonies of #473A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A4B

Black with #473A4B

Text Example


Text Example

White with #473A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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