#4B2435

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

Shades of Castro #4B2435

Tints of Castro #4B2435

Color information

#4B2435 (or 0x4B2435) is unknown color: approx Castro. HEX triplet: 4B, 24 and 35. RGB value is (75,36,53). Sum of RGB (Red+Green+Blue) = 75+36+53=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2435 is #B4DBCA. Grayscale: #313131. Windows color (decimal): -11852747 or 3482699. OLE color: 3482699.

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

Color convert

RGB753653-
CMYK00.520.290.71
HSL333.85º35.14%21.76%-
HSV(B)333.85º52%29.41%-
XYZ4.183.013.73-
YUV49.6129.92146.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.73%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=45.73%
G=21.95%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75365300.520.290.71333.8535.1421.76
Hex4B24350341D4714e2316
Octal1134465064351075164326
Binary1001011100100110101011010011101100011110100111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,53); }

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

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

 a { background-color: rgb(75,36,53); }

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

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

 span { border-color: rgb(75,36,53); }

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