#46292A

Color #46292A Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #46292A

Tints of Bulgarian Rose #46292A

Color information

#46292A (or 0x46292A) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 29 and 2A. RGB value is (70,41,42). Sum of RGB (Red+Green+Blue) = 70+41+42=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46292A is #B9D6D5. Grayscale: #313131. Windows color (decimal): -12179158 or 2763078. OLE color: 2763078.

HSL color Cylindrical-coordinate representation of color #46292A: hue angle of 357.93º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46292A is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB704142-
CMYK00.410.400.73
HSL357.93º26.13%21.76%-
HSV(B)357.93º41.43%27.45%-
XYZ3.743.062.58-
YUV49.78123.61142.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=45.75%
G=26.80%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70414200.410.400.73357.9326.1321.76
Hex46292A02928491661a16
Octal1065152051501115463226
Binary1000110101001101010010100110100010010011011001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46292A; }

 p { color: rgb(70,41,42); }

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

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

 a { background-color: rgb(70,41,42); }

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

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

 span { border-color: rgb(70,41,42); }

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