#46242B

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

Shades of Bulgarian Rose #46242B

Tints of Bulgarian Rose #46242B

Color information

#46242B (or 0x46242B) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 24 and 2B. RGB value is (70,36,43). Sum of RGB (Red+Green+Blue) = 70+36+43=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46242B is #B9DBD4. Grayscale: #2E2E2E. Windows color (decimal): -12180437 or 2827334. OLE color: 2827334.

HSL color Cylindrical-coordinate representation of color #46242B: hue angle of 347.65º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46242B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB703643-
CMYK00.490.390.73
HSL347.65º32.08%20.78%-
HSV(B)347.65º48.57%27.45%-
XYZ3.592.742.62-
YUV46.96125.76144.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=46.98%
G=24.16%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70364300.490.390.73347.6532.0820.78
Hex46242B031274915c2015
Octal1064453061471115344025
Binary10001101001001010110110001100111100100110101110010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46242B; }

 p { color: rgb(70,36,43); }

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

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

 a { background-color: rgb(70,36,43); }

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

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

 span { border-color: rgb(70,36,43); }

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