Html Css Color HEX #413444 Bossanova

📋 copy color: '#413444'

red 65 ◦ green 52 ◦ blue 68

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

Shades of Bossanova #413444

Tints of Bossanova #413444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

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

R = 35.14%
G = 28.11%
B = 36.76%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#413444 (or 0x413444) is known color: Bossanova. HEX triplet: 41, 34 and 44. RGB value is (65,52,68). Sum of RGB (Red+Green+Blue) = 65+52+68=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 68 - color contains mainly: blue. Hex color #413444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413444 is #BECBBB. Grayscale: #393939. Windows color (decimal): -12503996 or 4469825. OLE color: 4469825.

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

Color convert

RGB 65 52 68 -
CMYK 0.04 0.24 0 0.73
HSL 288.75º 0.13% 0.24% -
HSV(B) 288.75º 0.24% 0.27% -
XYZ 4.45 4 6.01 -
YUV 57.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 65 52 68 0.04 0.24 0 0.73 288.75 0.13 0.24
Hex 41 34 44 4 18 0 49 121 D 18
Octal 101 64 104 4 30 0 111 441 15 30
Binary 1000001 110100 1000100 100 11000 0 1001001 100100001 1101 11000

Color Harmonies of #413444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413444

Black with #413444

Text Example


Text Example

White with #413444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413444; }

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

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

background-color css

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

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

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

border-color css

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

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

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