#4D7473

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

Shades of Breaker Bay #4D7473

Tints of Breaker Bay #4D7473

Color information

#4D7473 (or 0x4D7473) is unknown color: approx Breaker Bay. HEX triplet: 4D, 74 and 73. RGB value is (77,116,115). Sum of RGB (Red+Green+Blue) = 77+116+115=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7473 is #B28B8C. Grayscale: #686868. Windows color (decimal): -11701133 or 7566413. OLE color: 7566413.

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

Color convert

RGB77116115-
CMYK0.3400.010.55
HSL178.46º20.21%37.84%-
HSV(B)178.46º33.62%45.49%-
XYZ12.415.3118.52-
YUV104.22134.08108.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=25%
G=37.66%
B=37.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal771161150.3400.010.55178.4620.2137.84
Hex4D7473220137b21426
Octal1151641634201672622446
Binary100110111101001110011100010011101111011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,116,115); }

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

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

 a { background-color: rgb(77,116,115); }

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

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

 span { border-color: rgb(77,116,115); }

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