#423546

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

Shades of Bossanova #423546

Tints of Bossanova #423546

Color information

#423546 (or 0x423546) is unknown color: approx Bossanova. HEX triplet: 42, 35 and 46. RGB value is (66,53,70). Sum of RGB (Red+Green+Blue) = 66+53+70=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #423546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423546 is #BDCAB9. Grayscale: #3A3A3A. Windows color (decimal): -12438202 or 4601154. OLE color: 4601154.

HSL color Cylindrical-coordinate representation of color #423546: hue angle of 285.88º degrees, saturation: 0.14, 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 #423546 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB665370-
CMYK0.060.2400.73
HSL285.88º13.82%24.12%-
HSV(B)285.88º24.29%27.45%-
XYZ4.634.156.35-
YUV58.82134.31133.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=34.92%
G=28.04%
B=37.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6653700.060.2400.73285.8813.8224.12
Hex42354661804911ee18
Octal1026510663001114361630
Binary100001011010110001101101100001001001100011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423546; }

 p { color: rgb(66,53,70); }

 H1.HeaderClassName
 {
   color: #423546;
 }
 .AnyTagClassName
 {
   color: #423546;
 }
</style>
background-color css

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

 a { background-color: rgb(66,53,70); }

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

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

 span { border-color: rgb(66,53,70); }

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