#463848

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

Shades of Bossanova #463848

Tints of Bossanova #463848

Color information

#463848 (or 0x463848) is unknown color: approx Bossanova. HEX triplet: 46, 38 and 48. RGB value is (70,56,72). Sum of RGB (Red+Green+Blue) = 70+56+72=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #463848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463848 is #B9C7B7. Grayscale: #3D3D3D. Windows color (decimal): -12175288 or 4732998. OLE color: 4732998.

HSL color Cylindrical-coordinate representation of color #463848: hue angle of 292.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #463848 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB705672-
CMYK0.030.2200.72
HSL292.5º12.5%25.1%-
HSV(B)292.5º22.22%28.24%-
XYZ5.114.66.75-
YUV62.01133.64133.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=35.35%
G=28.28%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7056720.030.2200.72292.512.525.1
Hex463848316048124c19
Octal1067011032601104441431
Binary10001101110001001000111011001001000100100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463848; }

 p { color: rgb(70,56,72); }

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

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

 a { background-color: rgb(70,56,72); }

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

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

 span { border-color: rgb(70,56,72); }

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