#46242D

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

Shades of Castro #46242D

Tints of Castro #46242D

Color information

#46242D (or 0x46242D) is unknown color: approx Castro. HEX triplet: 46, 24 and 2D. RGB value is (70,36,45). Sum of RGB (Red+Green+Blue) = 70+36+45=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46242D is #B9DBD2. Grayscale: #2F2F2F. Windows color (decimal): -12180435 or 2958406. OLE color: 2958406.

HSL color Cylindrical-coordinate representation of color #46242D: hue angle of 344.12º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46242D is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB703645-
CMYK00.490.360.73
HSL344.12º32.08%20.78%-
HSV(B)344.12º48.57%27.45%-
XYZ3.632.752.82-
YUV47.19126.76144.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=46.36%
G=23.84%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70364500.490.360.73344.1232.0820.78
Hex46242D03124491582015
Octal1064455061441115304025
Binary10001101001001011010110001100100100100110101100010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46242D; }

 p { color: rgb(70,36,45); }

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

<style>
 a { background-color: #46242D; }

 a { background-color: rgb(70,36,45); }

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

<style>
 span { border-color: #46242D; }

 span { border-color: rgb(70,36,45); }

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