Html Css Color HEX #46364A Bossanova

📋 copy color: '#46364A'

red 70 ◦ green 54 ◦ blue 74

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

Shades of Bossanova #46364A

Tints of Bossanova #46364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

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

R = 35.35%
G = 27.27%
B = 37.37%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46364A (or 0x46364A) is known color: Bossanova. HEX triplet: 46, 36 and 4A. RGB value is (70,54,74). Sum of RGB (Red+Green+Blue) = 70+54+74=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 74 - color contains mainly: blue. Hex color #46364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46364A is #B9C9B5. Grayscale: #3D3D3D. Windows color (decimal): -12175798 or 4863558. OLE color: 4863558.

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

Color convert

RGB 70 54 74 -
CMYK 0.05 0.27 0 0.71
HSL 288º 0.16% 0.25% -
HSV(B) 288º 0.27% 0.29% -
XYZ 5.08 4.43 7.07 -
YUV 61.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 70 54 74 0.05 0.27 0 0.71 288 0.16 0.25
Hex 46 36 4A 5 1B 0 47 120 10 19
Octal 106 66 112 5 33 0 107 440 20 31
Binary 1000110 110110 1001010 101 11011 0 1000111 100100000 10000 11001

Color Harmonies of #46364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46364A

Black with #46364A

Text Example


Text Example

White with #46364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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