#4B202F

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

Shades of Castro #4B202F

Tints of Castro #4B202F

Color information

#4B202F (or 0x4B202F) is unknown color: approx Castro. HEX triplet: 4B, 20 and 2F. RGB value is (75,32,47). Sum of RGB (Red+Green+Blue) = 75+32+47=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B202F is #B4DFD0. Grayscale: #2E2E2E. Windows color (decimal): -11853777 or 3088459. OLE color: 3088459.

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

Color convert

RGB753247-
CMYK00.570.370.71
HSL339.07º40.19%20.98%-
HSV(B)339.07º57.33%29.41%-
XYZ3.932.733.01-
YUV46.57128.25148.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.70%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=48.70%
G=20.78%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75324700.570.370.71339.0740.1920.98
Hex4B202F03925471532815
Octal1134057071451075235025
Binary10010111000001011110111001100101100011110101001110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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