Html Css Color HEX #46374A Bossanova

📋 copy color: '#46374A'

red 70 ◦ green 55 ◦ blue 74

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

Shades of Bossanova #46374A

Tints of Bossanova #46374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 35.18%
G = 27.64%
B = 37.19%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46374A (or 0x46374A) is known color: Bossanova. HEX triplet: 46, 37 and 4A. RGB value is (70,55,74). Sum of RGB (Red+Green+Blue) = 70+55+74=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 74 - color contains mainly: blue. Hex color #46374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46374A is #B9C8B5. Grayscale: #3D3D3D. Windows color (decimal): -12175542 or 4863814. OLE color: 4863814.

HSL color Cylindrical-coordinate representation of color #46374A: hue angle of 287.37º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46374A is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 55 74 -
CMYK 0.05 0.26 0 0.71
HSL 287.37º 0.15% 0.25% -
HSV(B) 287.37º 0.26% 0.29% -
XYZ 5.13 4.53 7.08 -
YUV 61.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 70 55 74 0.05 0.26 0 0.71 287.37 0.15 0.25
Hex 46 37 4A 5 1A 0 47 11F F 19
Octal 106 67 112 5 32 0 107 437 17 31
Binary 1000110 110111 1001010 101 11010 0 1000111 100011111 1111 11001

Color Harmonies of #46374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46374A

Black with #46374A

Text Example


Text Example

White with #46374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46374A; }

 p { color: rgb(70,55,74); }

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

background-color css

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

 a { background-color: rgb(70,55,74); }

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

border-color css

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

 span { border-color: rgb(70,55,74); }

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