#462630

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

Shades of Castro #462630

Tints of Castro #462630

Color information

#462630 (or 0x462630) is unknown color: approx Castro. HEX triplet: 46, 26 and 30. RGB value is (70,38,48). Sum of RGB (Red+Green+Blue) = 70+38+48=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #462630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462630 is #B9D9CF. Grayscale: #303030. Windows color (decimal): -12179920 or 3155526. OLE color: 3155526.

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

Color convert

RGB703848-
CMYK00.460.310.73
HSL341.25º29.63%21.18%-
HSV(B)341.25º45.71%27.45%-
XYZ3.752.93.16-
YUV48.71127.6143.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=44.87%
G=24.36%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70384800.460.310.73341.2529.6321.18
Hex46263002E1F491551e15
Octal1064660056371115253625
Binary100011010011011000001011101111110010011010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462630; }

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

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

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

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

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

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

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

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