Html Css Color HEX #463848 Bossanova

📋 copy color: '#463848'

red 70 ◦ green 56 ◦ blue 72

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

Shades of Bossanova #463848

Tints of Bossanova #463848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.28%

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

R = 35.35%
G = 28.28%
B = 36.36%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463848 (or 0x463848) is known color: Bossanova. HEX triplet: 46, 38 and 48. RGB value is (70,56,72). Sum of RGB (Red+Green+Blue) = 70+56+72=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #463848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463848 is #B9C7B7. Grayscale: #3D3D3D. Windows color (decimal): -12175288 or 4732998. OLE color: 4732998.

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

Color convert

RGB 70 56 72 -
CMYK 0.03 0.22 0 0.72
HSL 292.5º 0.13% 0.25% -
HSV(B) 292.5º 0.22% 0.28% -
XYZ 5.11 4.6 6.75 -
YUV 62.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 70 56 72 0.03 0.22 0 0.72 292.5 0.13 0.25
Hex 46 38 48 3 16 0 48 124 C 19
Octal 106 70 110 3 26 0 110 444 14 31
Binary 1000110 111000 1001000 11 10110 0 1001000 100100100 1100 11001

Color Harmonies of #463848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463848

Black with #463848

Text Example


Text Example

White with #463848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463848; }

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

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

background-color css

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

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

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

border-color css

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

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

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