#423346

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

Shades of Bossanova #423346

Tints of Bossanova #423346

Color information

#423346 (or 0x423346) is unknown color: approx Bossanova. HEX triplet: 42, 33 and 46. RGB value is (66,51,70). Sum of RGB (Red+Green+Blue) = 66+51+70=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #423346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423346 is #BDCCB9. Grayscale: #393939. Windows color (decimal): -12438714 or 4600642. OLE color: 4600642.

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

Color convert

RGB665170-
CMYK0.060.2700.73
HSL287.37º15.7%23.73%-
HSV(B)287.37º27.14%27.45%-
XYZ4.543.976.32-
YUV57.65134.97133.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=35.29%
G=27.27%
B=37.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6651700.060.2700.73287.3715.723.73
Hex42334661B04911f1018
Octal1026310663301114372030
Binary1000010110011100011011011011010010011000111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423346; }

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

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

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

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

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

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

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

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