#46202A

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

Shades of Castro #46202A

Tints of Castro #46202A

Color information

#46202A (or 0x46202A) is unknown color: approx Castro. HEX triplet: 46, 20 and 2A. RGB value is (70,32,42). Sum of RGB (Red+Green+Blue) = 70+32+42=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #46202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46202A is #B9DFD5. Grayscale: #2C2C2C. Windows color (decimal): -12181462 or 2760774. OLE color: 2760774.

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

Color convert

RGB703242-
CMYK00.540.400.73
HSL344.21º37.25%20%-
HSV(B)344.21º54.29%27.45%-
XYZ3.462.52.49-
YUV44.5126.59146.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=48.61%
G=22.22%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70324200.540.400.73344.2137.2520
Hex46202A03628491582514
Octal1064052066501115304524
Binary10001101000001010100110110101000100100110101100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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