Html Css Color HEX #413644 Bossanova

📋 copy color: '#413644'

red 65 ◦ green 54 ◦ blue 68

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

Shades of Bossanova #413644

Tints of Bossanova #413644

RGB

 RED value IS 65 (25.78% from 255) = 34.76%

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 34.76%
G = 28.88%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413644 (or 0x413644) is known color: Bossanova. HEX triplet: 41, 36 and 44. RGB value is (65,54,68). Sum of RGB (Red+Green+Blue) = 65+54+68=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #413644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413644 is #BEC9BB. Grayscale: #3A3A3A. Windows color (decimal): -12503484 or 4470337. OLE color: 4470337.

HSL color Cylindrical-coordinate representation of color #413644: hue angle of 287.14º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #413644 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 54 68 -
CMYK 0.04 0.21 0 0.73
HSL 287.14º 0.11% 0.24% -
HSV(B) 287.14º 0.21% 0.27% -
XYZ 4.54 4.18 6.04 -
YUV 58.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 65 54 68 0.04 0.21 0 0.73 287.14 0.11 0.24
Hex 41 36 44 4 15 0 49 11F B 18
Octal 101 66 104 4 25 0 111 437 13 30
Binary 1000001 110110 1000100 100 10101 0 1001001 100011111 1011 11000

Color Harmonies of #413644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413644

Black with #413644

Text Example


Text Example

White with #413644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413644; }

 p { color: rgb(65,54,68); }

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

background-color css

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

 a { background-color: rgb(65,54,68); }

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

border-color css

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

 span { border-color: rgb(65,54,68); }

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