#463648

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

Shades of Bossanova #463648

Tints of Bossanova #463648

Color information

#463648 (or 0x463648) is unknown color: approx Bossanova. HEX triplet: 46, 36 and 48. RGB value is (70,54,72). Sum of RGB (Red+Green+Blue) = 70+54+72=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #463648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463648 is #B9C9B7. Grayscale: #3C3C3C. Windows color (decimal): -12175800 or 4732486. OLE color: 4732486.

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

Color convert

RGB705472-
CMYK0.030.2500.72
HSL293.33º14.29%24.71%-
HSV(B)293.33º25%28.24%-
XYZ5.014.416.72-
YUV60.84134.3134.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=35.71%
G=27.55%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7054720.030.2500.72293.3314.2924.71
Hex463648319048125e19
Octal1066611033101104451631
Binary10001101101101001000111100101001000100100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463648; }

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

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

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

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

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

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

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

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