#4F7573

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

Shades of Breaker Bay #4F7573

Tints of Breaker Bay #4F7573

Color information

#4F7573 (or 0x4F7573) is unknown color: approx Breaker Bay. HEX triplet: 4F, 75 and 73. RGB value is (79,117,115). Sum of RGB (Red+Green+Blue) = 79+117+115=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7573 is #B08A8C. Grayscale: #696969. Windows color (decimal): -11569805 or 7566671. OLE color: 7566671.

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

Color convert

RGB79117115-
CMYK0.3200.020.54
HSL176.84º19.39%38.43%-
HSV(B)176.84º32.48%45.88%-
XYZ12.6815.6218.57-
YUV105.41133.41109.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.40%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=25.40%
G=37.62%
B=36.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791171150.3200.020.54176.8419.3938.43
Hex4F7573200236b11326
Octal1171651634002662612346
Binary1001111111010111100111000000101101101011000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,115); }

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

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

 a { background-color: rgb(79,117,115); }

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

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

 span { border-color: rgb(79,117,115); }

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