#46202B

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

Shades of Castro #46202B

Tints of Castro #46202B

Color information

#46202B (or 0x46202B) is unknown color: approx Castro. HEX triplet: 46, 20 and 2B. RGB value is (70,32,43). Sum of RGB (Red+Green+Blue) = 70+32+43=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #46202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46202B is #B9DFD4. Grayscale: #2C2C2C. Windows color (decimal): -12181461 or 2826310. OLE color: 2826310.

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

Color convert

RGB703243-
CMYK00.540.390.73
HSL342.63º37.25%20%-
HSV(B)342.63º54.29%27.45%-
XYZ3.482.512.59-
YUV44.62127.09146.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=48.28%
G=22.07%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70324300.540.390.73342.6337.2520
Hex46202B03627491572514
Octal1064053066471115274524
Binary10001101000001010110110110100111100100110101011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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