#46242E

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

Shades of Castro #46242E

Tints of Castro #46242E

Color information

#46242E (or 0x46242E) is unknown color: approx Castro. HEX triplet: 46, 24 and 2E. RGB value is (70,36,46). Sum of RGB (Red+Green+Blue) = 70+36+46=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46242E is #B9DBD1. Grayscale: #2F2F2F. Windows color (decimal): -12180434 or 3023942. OLE color: 3023942.

HSL color Cylindrical-coordinate representation of color #46242E: hue angle of 342.35º 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 #46242E is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB703646-
CMYK00.490.340.73
HSL342.35º32.08%20.78%-
HSV(B)342.35º48.57%27.45%-
XYZ3.652.762.93-
YUV47.31127.26144.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=46.05%
G=23.68%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70364600.490.340.73342.3532.0820.78
Hex46242E03122491562015
Octal1064456061421115264025
Binary10001101001001011100110001100010100100110101011010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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