#46212F

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

Shades of Castro #46212F

Tints of Castro #46212F

Color information

#46212F (or 0x46212F) is unknown color: approx Castro. HEX triplet: 46, 21 and 2F. RGB value is (70,33,47). Sum of RGB (Red+Green+Blue) = 70+33+47=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46212F is #B9DED0. Grayscale: #2D2D2D. Windows color (decimal): -12181201 or 3088710. OLE color: 3088710.

HSL color Cylindrical-coordinate representation of color #46212F: hue angle of 337.3º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46212F is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB703347-
CMYK00.530.330.73
HSL337.3º35.92%20.2%-
HSV(B)337.3º52.86%27.45%-
XYZ3.582.63-
YUV45.66128.76145.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=46.67%
G=22%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70334700.530.330.73337.335.9220.2
Hex46212F03521491512414
Octal1064157065411115214424
Binary10001101000011011110110101100001100100110101000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46212F; }

 p { color: rgb(70,33,47); }

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

<style>
 a { background-color: #46212F; }

 a { background-color: rgb(70,33,47); }

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

<style>
 span { border-color: #46212F; }

 span { border-color: rgb(70,33,47); }

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