#462433

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

Shades of Castro #462433

Tints of Castro #462433

Color information

#462433 (or 0x462433) is unknown color: approx Castro. HEX triplet: 46, 24 and 33. RGB value is (70,36,51). Sum of RGB (Red+Green+Blue) = 70+36+51=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462433 is #B9DBCC. Grayscale: #2F2F2F. Windows color (decimal): -12180429 or 3351622. OLE color: 3351622.

HSL color Cylindrical-coordinate representation of color #462433: hue angle of 333.53º 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 #462433 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB703651-
CMYK00.490.270.73
HSL333.53º32.08%20.78%-
HSV(B)333.53º48.57%27.45%-
XYZ3.752.83.48-
YUV47.88129.76143.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 51 (20.31% from 255) = 32.48%
R=44.59%
G=22.93%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70365100.490.270.73333.5332.0820.78
Hex4624330311B4914e2015
Octal1064463061331115164025
Binary1000110100100110011011000111011100100110100111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462433; }

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

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

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

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

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

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

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

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