#4F172B

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

Shades of Castro #4F172B

Tints of Castro #4F172B

Color information

#4F172B (or 0x4F172B) is unknown color: approx Castro. HEX triplet: 4F, 17 and 2B. RGB value is (79,23,43). Sum of RGB (Red+Green+Blue) = 79+23+43=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F172B is #B0E8D4. Grayscale: #2A2A2A. Windows color (decimal): -11593941 or 2824015. OLE color: 2824015.

HSL color Cylindrical-coordinate representation of color #4F172B: hue angle of 338.57º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F172B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB792343-
CMYK00.710.460.69
HSL338.57º54.9%20%-
HSV(B)338.57º70.89%30.98%-
XYZ3.972.452.55-
YUV42.02128.55154.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=54.48%
G=15.86%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79234300.710.460.69338.5754.920
Hex4F172B0472E451533714
Octal11727530107561055236724
Binary10011111011110101101000111101110100010110101001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,23,43); }

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

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

 a { background-color: rgb(79,23,43); }

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

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

 span { border-color: rgb(79,23,43); }

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