#46192A

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

Shades of Castro #46192A

Tints of Castro #46192A

Color information

#46192A (or 0x46192A) is unknown color: approx Castro. HEX triplet: 46, 19 and 2A. RGB value is (70,25,42). Sum of RGB (Red+Green+Blue) = 70+25+42=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46192A is #B9E6D5. Grayscale: #282828. Windows color (decimal): -12183254 or 2758982. OLE color: 2758982.

HSL color Cylindrical-coordinate representation of color #46192A: hue angle of 337.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46192A is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB702542-
CMYK00.640.400.73
HSL337.33º47.37%18.63%-
HSV(B)337.33º64.29%27.45%-
XYZ3.292.162.43-
YUV40.39128.91149.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=51.09%
G=18.25%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70254200.640.400.73337.3347.3718.63
Hex46192A04028491512f13
Octal10631520100501115215723
Binary10001101100110101001000000101000100100110101000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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