#46262C

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

Shades of Bulgarian Rose #46262C

Tints of Bulgarian Rose #46262C

Color information

#46262C (or 0x46262C) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 26 and 2C. RGB value is (70,38,44). Sum of RGB (Red+Green+Blue) = 70+38+44=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46262C is #B9D9D3. Grayscale: #303030. Windows color (decimal): -12179924 or 2893382. OLE color: 2893382.

HSL color Cylindrical-coordinate representation of color #46262C: hue angle of 348.75º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46262C is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB703844-
CMYK00.460.370.73
HSL348.75º29.63%21.18%-
HSV(B)348.75º45.71%27.45%-
XYZ3.672.872.74-
YUV48.25125.6143.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=46.05%
G=25%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70384400.460.370.73348.7529.6321.18
Hex46262C02E254915d1e15
Octal1064654056451115353625
Binary1000110100110101100010111010010110010011010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46262C; }

 p { color: rgb(70,38,44); }

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

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

 a { background-color: rgb(70,38,44); }

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

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

 span { border-color: rgb(70,38,44); }

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