Html Css Color HEX #453449 Bossanova

📋 copy color: '#453449'

red 69 ◦ green 52 ◦ blue 73

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

Shades of Bossanova #453449

Tints of Bossanova #453449

RGB

 RED value IS 69 (27.34% from 255) = 35.57%

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

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 35.57%
G = 26.8%
B = 37.63%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#453449 (or 0x453449) is known color: Bossanova. HEX triplet: 45, 34 and 49. RGB value is (69,52,73). Sum of RGB (Red+Green+Blue) = 69+52+73=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #453449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453449 is #BACBB6. Grayscale: #3B3B3B. Windows color (decimal): -12241847 or 4797509. OLE color: 4797509.

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

Color convert

RGB 69 52 73 -
CMYK 0.05 0.29 0 0.71
HSL 288.57º 0.17% 0.25% -
HSV(B) 288.57º 0.29% 0.29% -
XYZ 4.88 4.2 6.86 -
YUV 59.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 69 52 73 0.05 0.29 0 0.71 288.57 0.17 0.25
Hex 45 34 49 5 1D 0 47 121 11 19
Octal 105 64 111 5 35 0 107 441 21 31
Binary 1000101 110100 1001001 101 11101 0 1000111 100100001 10001 11001

Color Harmonies of #453449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453449

Black with #453449

Text Example


Text Example

White with #453449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453449; }

 p { color: rgb(69,52,73); }

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

background-color css

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

 a { background-color: rgb(69,52,73); }

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

border-color css

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

 span { border-color: rgb(69,52,73); }

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