#4F7173

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

Shades of Breaker Bay #4F7173

Tints of Breaker Bay #4F7173

Color information

#4F7173 (or 0x4F7173) is unknown color: approx Breaker Bay. HEX triplet: 4F, 71 and 73. RGB value is (79,113,115). Sum of RGB (Red+Green+Blue) = 79+113+115=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F7173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7173 is #B08E8C. Grayscale: #676767. Windows color (decimal): -11570829 or 7565647. OLE color: 7565647.

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

Color convert

RGB79113115-
CMYK0.310.0200.55
HSL183.33º18.56%38.04%-
HSV(B)183.33º31.3%45.1%-
XYZ12.2214.7118.41-
YUV103.06134.74110.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=25.73%
G=36.81%
B=37.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791131150.310.0200.55183.3318.5638.04
Hex4F71731F2037b71326
Octal1171611633720672672346
Binary100111111100011110011111111001101111011011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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