Html Css Color HEX #463448 Bossanova

📋 copy color: '#463448'

red 70 ◦ green 52 ◦ blue 72

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

Shades of Bossanova #463448

Tints of Bossanova #463448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

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

R = 36.08%
G = 26.8%
B = 37.11%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463448 (or 0x463448) is known color: Bossanova. HEX triplet: 46, 34 and 48. RGB value is (70,52,72). Sum of RGB (Red+Green+Blue) = 70+52+72=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #463448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463448 is #B9CBB7. Grayscale: #3B3B3B. Windows color (decimal): -12176312 or 4731974. OLE color: 4731974.

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

Color convert

RGB 70 52 72 -
CMYK 0.03 0.28 0 0.72
HSL 294º 0.16% 0.24% -
HSV(B) 294º 0.28% 0.28% -
XYZ 4.92 4.23 6.69 -
YUV 59.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 70 52 72 0.03 0.28 0 0.72 294 0.16 0.24
Hex 46 34 48 3 1C 0 48 126 10 18
Octal 106 64 110 3 34 0 110 446 20 30
Binary 1000110 110100 1001000 11 11100 0 1001000 100100110 10000 11000

Color Harmonies of #463448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463448

Black with #463448

Text Example


Text Example

White with #463448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463448; }

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

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

background-color css

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

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

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

border-color css

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

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

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