#46222C

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

Shades of Castro #46222C

Tints of Castro #46222C

Color information

#46222C (or 0x46222C) is unknown color: approx Castro. HEX triplet: 46, 22 and 2C. RGB value is (70,34,44). Sum of RGB (Red+Green+Blue) = 70+34+44=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46222C is #B9DDD3. Grayscale: #2D2D2D. Windows color (decimal): -12180948 or 2892358. OLE color: 2892358.

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

Color convert

RGB703444-
CMYK00.510.370.73
HSL343.33º34.62%20.39%-
HSV(B)343.33º51.43%27.45%-
XYZ3.552.632.7-
YUV45.9126.93145.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=47.30%
G=22.97%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70344400.510.370.73343.3334.6220.39
Hex46222C03325491572314
Octal1064254063451115274324
Binary10001101000101011000110011100101100100110101011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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