#463748

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

Shades of Bossanova #463748

Tints of Bossanova #463748

Color information

#463748 (or 0x463748) is unknown color: approx Bossanova. HEX triplet: 46, 37 and 48. RGB value is (70,55,72). Sum of RGB (Red+Green+Blue) = 70+55+72=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #463748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463748 is #B9C8B7. Grayscale: #3D3D3D. Windows color (decimal): -12175544 or 4732742. OLE color: 4732742.

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

Color convert

RGB705572-
CMYK0.030.2400.72
HSL292.94º13.39%24.9%-
HSV(B)292.94º23.61%28.24%-
XYZ5.064.56.73-
YUV61.42133.97134.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.53%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=35.53%
G=27.92%
B=36.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7055720.030.2400.72292.9413.3924.9
Hex463748318048125d19
Octal1066711033001104451531
Binary10001101101111001000111100001001000100100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463748; }

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

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

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

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

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

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

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

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