#46282A

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

Shades of Bulgarian Rose #46282A

Tints of Bulgarian Rose #46282A

Color information

#46282A (or 0x46282A) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 28 and 2A. RGB value is (70,40,42). Sum of RGB (Red+Green+Blue) = 70+40+42=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46282A is #B9D7D5. Grayscale: #313131. Windows color (decimal): -12179414 or 2762822. OLE color: 2762822.

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

Color convert

RGB704042-
CMYK00.430.400.73
HSL356º27.27%21.57%-
HSV(B)356º42.86%27.45%-
XYZ3.72.992.57-
YUV49.2123.94142.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=46.05%
G=26.32%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70404200.430.400.7335627.2721.57
Hex46282A02B28491641b16
Octal1065052053501115443326
Binary1000110101000101010010101110100010010011011001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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