#46374B

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

Shades of Bossanova #46374B

Tints of Bossanova #46374B

Color information

#46374B (or 0x46374B) is unknown color: approx Bossanova. HEX triplet: 46, 37 and 4B. RGB value is (70,55,75). Sum of RGB (Red+Green+Blue) = 70+55+75=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #46374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46374B is #B9C8B4. Grayscale: #3D3D3D. Windows color (decimal): -12175541 or 4929350. OLE color: 4929350.

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

Color convert

RGB705575-
CMYK0.070.2700.71
HSL285º15.38%25.49%-
HSV(B)285º26.67%29.41%-
XYZ5.164.547.26-
YUV61.76135.47133.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=35%
G=27.5%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7055750.070.2700.7128515.3825.49
Hex46374B71B04711df19
Octal1066711373301074351731
Binary100011011011110010111111101101000111100011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,55,75); }

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

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

 a { background-color: rgb(70,55,75); }

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

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

 span { border-color: rgb(70,55,75); }

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