#403443

Color #403443 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #403443

Tints of Bossanova #403443

Color information

#403443 (or 0x403443) is unknown color: approx 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

RGB645267-
CMYK0.040.2200.74
HSL288º12.61%23.33%-
HSV(B)288º22.39%26.27%-
XYZ4.363.955.84-
YUV57.3133.48132.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6452670.040.2200.7428812.6123.33
Hex40344341604A120d17
Octal1006410342601124401527
Binary100000011010010000111001011001001010100100000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>