#46202C

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

Shades of Castro #46202C

Tints of Castro #46202C

Color information

#46202C (or 0x46202C) is unknown color: approx Castro. HEX triplet: 46, 20 and 2C. RGB value is (70,32,44). Sum of RGB (Red+Green+Blue) = 70+32+44=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46202C is #B9DFD3. Grayscale: #2C2C2C. Windows color (decimal): -12181460 or 2891846. OLE color: 2891846.

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

Color convert

RGB703244-
CMYK00.540.370.73
HSL341.05º37.25%20%-
HSV(B)341.05º54.29%27.45%-
XYZ3.52.522.68-
YUV44.73127.59146.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=47.95%
G=21.92%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70324400.540.370.73341.0537.2520
Hex46202C03625491552514
Octal1064054066451115254524
Binary10001101000001011000110110100101100100110101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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