Html Css Color HEX #403443 Bossanova

📋 copy color: '#403443'

red 64 ◦ green 52 ◦ blue 67

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

Shades of Bossanova #403443

Tints of Bossanova #403443

RGB

 RED value IS 64 (25.39% from 255) = 34.97%

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 34.97%
G = 28.42%
B = 36.61%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#403443 (or 0x403443) is known color: Bossanova. HEX triplet: 40, 34 and 43. RGB value is (64,52,67). Sum of RGB (Red+Green+Blue) = 64+52+67=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #403443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403443 is #BFCBBC. Grayscale: #393939. Windows color (decimal): -12569533 or 4404288. OLE color: 4404288.

HSL color Cylindrical-coordinate representation of color #403443: hue angle of 288º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403443 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 52 67 -
CMYK 0.04 0.22 0 0.74
HSL 288º 0.13% 0.23% -
HSV(B) 288º 0.22% 0.26% -
XYZ 4.36 3.95 5.84 -
YUV 57.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 64 52 67 0.04 0.22 0 0.74 288 0.13 0.23
Hex 40 34 43 4 16 0 4A 120 D 17
Octal 100 64 103 4 26 0 112 440 15 27
Binary 1000000 110100 1000011 100 10110 0 1001010 100100000 1101 10111

Color Harmonies of #403443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403443

Black with #403443

Text Example


Text Example

White with #403443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403443; }

 p { color: rgb(64,52,67); }

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

background-color css

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

 a { background-color: rgb(64,52,67); }

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

border-color css

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

 span { border-color: rgb(64,52,67); }

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