Html Css Color HEX #463C48 Bossanova

📋 copy color: '#463C48'

red 70 ◦ green 60 ◦ blue 72

#463C48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #463C48

Tints of Bossanova #463C48

RGB

 RED value IS 70 (27.73% from 255) = 34.65%

 GREEN value IS 60 (23.83% from 255) = 29.7%

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 34.65%
G = 29.7%
B = 35.64%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463C48 (or 0x463C48) is known color: Bossanova. HEX triplet: 46, 3C and 48. RGB value is (70,60,72). Sum of RGB (Red+Green+Blue) = 70+60+72=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 72 - color contains mainly: blue. Hex color #463C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C48 is #B9C3B7. Grayscale: #404040. Windows color (decimal): -12174264 or 4734022. OLE color: 4734022.

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

Color convert

RGB 70 60 72 -
CMYK 0.03 0.17 0 0.72
HSL 290º 0.09% 0.26% -
HSV(B) 290º 0.17% 0.28% -
XYZ 5.31 5 6.82 -
YUV 64.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 70 60 72 0.03 0.17 0 0.72 290 0.09 0.26
Hex 46 3C 48 3 11 0 48 122 9 1A
Octal 106 74 110 3 21 0 110 442 11 32
Binary 1000110 111100 1001000 11 10001 0 1001000 100100010 1001 11010

Color Harmonies of #463C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C48

Black with #463C48

Text Example


Text Example

White with #463C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #463C48;
 }
 .AnyTagClassName
 {
   color: #463C48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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