#463B4B

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

Shades of Bossanova #463B4B

Tints of Bossanova #463B4B

Color information

#463B4B (or 0x463B4B) is unknown color: approx Bossanova. HEX triplet: 46, 3B and 4B. RGB value is (70,59,75). Sum of RGB (Red+Green+Blue) = 70+59+75=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 59 (23.44% from 255 or 28.92% 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 #463B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B4B is #B9C4B4. Grayscale: #404040. Windows color (decimal): -12174517 or 4930374. OLE color: 4930374.

HSL color Cylindrical-coordinate representation of color #463B4B: hue angle of 281.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #463B4B is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB705975-
CMYK0.070.2100.71
HSL281.25º11.94%26.27%-
HSV(B)281.25º21.33%29.41%-
XYZ5.364.947.33-
YUV64.11134.14132.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 75 (29.69% from 255) = 36.76%
R=34.31%
G=28.92%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7059750.070.2100.71281.2511.9426.27
Hex463B4B715047119c1a
Octal1067311372501074311432
Binary100011011101110010111111010101000111100011001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463B4B; }

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

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

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

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

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

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

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

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