#46262A

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

Shades of Bulgarian Rose #46262A

Tints of Bulgarian Rose #46262A

Color information

#46262A (or 0x46262A) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 26 and 2A. RGB value is (70,38,42). Sum of RGB (Red+Green+Blue) = 70+38+42=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46262A is #B9D9D5. Grayscale: #303030. Windows color (decimal): -12179926 or 2762310. OLE color: 2762310.

HSL color Cylindrical-coordinate representation of color #46262A: hue angle of 352.5º 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 #46262A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB703842-
CMYK00.460.400.73
HSL352.5º29.63%21.18%-
HSV(B)352.5º45.71%27.45%-
XYZ3.642.862.55-
YUV48.02124.6143.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 42 (16.80% from 255) = 28%
R=46.67%
G=25.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70384200.460.400.73352.529.6321.18
Hex46262A02E28491601e15
Octal1064652056501115403625
Binary1000110100110101010010111010100010010011011000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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