#4B7572

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

Shades of William #4B7572

Tints of William #4B7572

Color information

#4B7572 (or 0x4B7572) is unknown color: approx William. HEX triplet: 4B, 75 and 72. RGB value is (75,117,114). Sum of RGB (Red+Green+Blue) = 75+117+114=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7572 is #B48A8D. Grayscale: #686868. Windows color (decimal): -11831950 or 7501131. OLE color: 7501131.

HSL color Cylindrical-coordinate representation of color #4B7572: hue angle of 175.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7572 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB75117114-
CMYK0.3600.030.54
HSL175.71º21.87%37.65%-
HSV(B)175.71º35.9%45.88%-
XYZ12.315.4318.25-
YUV104.1133.59107.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=24.51%
G=38.24%
B=37.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751171140.3600.030.54175.7121.8737.65
Hex4B7572240336b01626
Octal1131651624403662602646
Binary1001011111010111100101001000111101101011000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,117,114); }

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

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

 a { background-color: rgb(75,117,114); }

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

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

 span { border-color: rgb(75,117,114); }

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