#4B222F

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

Shades of Castro #4B222F

Tints of Castro #4B222F

Color information

#4B222F (or 0x4B222F) is unknown color: approx Castro. HEX triplet: 4B, 22 and 2F. RGB value is (75,34,47). Sum of RGB (Red+Green+Blue) = 75+34+47=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B222F is #B4DDD0. Grayscale: #2F2F2F. Windows color (decimal): -11853265 or 3088971. OLE color: 3088971.

HSL color Cylindrical-coordinate representation of color #4B222F: hue angle of 340.98º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B222F is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB753447-
CMYK00.550.370.71
HSL340.98º37.61%21.37%-
HSV(B)340.98º54.67%29.41%-
XYZ3.992.853.03-
YUV47.74127.58147.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=48.08%
G=21.79%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75344700.550.370.71340.9837.6121.37
Hex4B222F03725471552615
Octal1134257067451075254625
Binary10010111000101011110110111100101100011110101010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,47); }

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

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

 a { background-color: rgb(75,34,47); }

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

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

 span { border-color: rgb(75,34,47); }

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