Html Css Color HEX #463948 Bossanova

📋 copy color: '#463948'

red 70 ◦ green 57 ◦ blue 72

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

Shades of Bossanova #463948

Tints of Bossanova #463948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.64%

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

R = 35.18%
G = 28.64%
B = 36.18%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463948 (or 0x463948) is known color: Bossanova. HEX triplet: 46, 39 and 48. RGB value is (70,57,72). Sum of RGB (Red+Green+Blue) = 70+57+72=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #463948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463948 is #B9C6B7. Grayscale: #3E3E3E. Windows color (decimal): -12175032 or 4733254. OLE color: 4733254.

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

Color convert

RGB 70 57 72 -
CMYK 0.03 0.21 0 0.72
HSL 292º 0.12% 0.25% -
HSV(B) 292º 0.21% 0.28% -
XYZ 5.16 4.7 6.77 -
YUV 62.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 70 57 72 0.03 0.21 0 0.72 292 0.12 0.25
Hex 46 39 48 3 15 0 48 124 C 19
Octal 106 71 110 3 25 0 110 444 14 31
Binary 1000110 111001 1001000 11 10101 0 1001000 100100100 1100 11001

Color Harmonies of #463948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463948

Black with #463948

Text Example


Text Example

White with #463948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463948; }

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

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

background-color css

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

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

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

border-color css

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

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

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