#46364B

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

Shades of Bossanova #46364B

Tints of Bossanova #46364B

Color information

#46364B (or 0x46364B) is unknown color: approx Bossanova. HEX triplet: 46, 36 and 4B. RGB value is (70,54,75). Sum of RGB (Red+Green+Blue) = 70+54+75=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 54 (21.48% from 255 or 27.14% 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 #46364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46364B is #B9C9B4. Grayscale: #3D3D3D. Windows color (decimal): -12175797 or 4929094. OLE color: 4929094.

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

Color convert

RGB705475-
CMYK0.070.2800.71
HSL285.71º16.28%25.29%-
HSV(B)285.71º28%29.41%-
XYZ5.114.457.25-
YUV61.18135.8134.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=35.18%
G=27.14%
B=37.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7054750.070.2800.71285.7116.2825.29
Hex46364B71C04711e1019
Octal1066611373401074362031
Binary1000110110110100101111111100010001111000111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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