#4A2632

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

Shades of Castro #4A2632

Tints of Castro #4A2632

Color information

#4A2632 (or 0x4A2632) is unknown color: approx Castro. HEX triplet: 4A, 26 and 32. RGB value is (74,38,50). Sum of RGB (Red+Green+Blue) = 74+38+50=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2632 is #B5D9CD. Grayscale: #323232. Windows color (decimal): -11917774 or 3286602. OLE color: 3286602.

HSL color Cylindrical-coordinate representation of color #4A2632: hue angle of 340º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A2632 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB743850-
CMYK00.490.320.71
HSL340º32.14%21.96%-
HSV(B)340º48.65%29.02%-
XYZ4.093.073.39-
YUV50.13127.93145.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.68%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=45.68%
G=23.46%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74385000.490.320.7134032.1421.96
Hex4A263203120471542016
Octal1124662061401075244026
Binary10010101001101100100110001100000100011110101010010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2632; }

 p { color: rgb(74,38,50); }

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

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

 a { background-color: rgb(74,38,50); }

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

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

 span { border-color: rgb(74,38,50); }

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