#462934

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

Shades of Castro #462934

Tints of Castro #462934

Color information

#462934 (or 0x462934) is unknown color: approx Castro. HEX triplet: 46, 29 and 34. RGB value is (70,41,52). Sum of RGB (Red+Green+Blue) = 70+41+52=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #462934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462934 is #B9D6CB. Grayscale: #323232. Windows color (decimal): -12179148 or 3418438. OLE color: 3418438.

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

Color convert

RGB704152-
CMYK00.410.260.73
HSL337.24º26.13%21.76%-
HSV(B)337.24º41.43%27.45%-
XYZ3.943.143.65-
YUV50.92128.61141.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 52 (20.70% from 255) = 31.90%
R=42.94%
G=25.15%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70415200.410.260.73337.2426.1321.76
Hex4629340291A491511a16
Octal1065164051321115213226
Binary100011010100111010001010011101010010011010100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462934; }

 p { color: rgb(70,41,52); }

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

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

 a { background-color: rgb(70,41,52); }

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

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

 span { border-color: rgb(70,41,52); }

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