#462530

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

Shades of Castro #462530

Tints of Castro #462530

Color information

#462530 (or 0x462530) is unknown color: approx Castro. HEX triplet: 46, 25 and 30. RGB value is (70,37,48). Sum of RGB (Red+Green+Blue) = 70+37+48=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #462530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462530 is #B9DACF. Grayscale: #303030. Windows color (decimal): -12180176 or 3155270. OLE color: 3155270.

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

Color convert

RGB703748-
CMYK00.470.310.73
HSL340º30.84%20.98%-
HSV(B)340º47.14%27.45%-
XYZ3.722.843.15-
YUV48.12127.93143.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=45.16%
G=23.87%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70374800.470.310.7334030.8420.98
Hex46253002F1F491541f15
Octal1064560057371115243725
Binary100011010010111000001011111111110010011010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462530; }

 p { color: rgb(70,37,48); }

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

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

 a { background-color: rgb(70,37,48); }

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

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

 span { border-color: rgb(70,37,48); }

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