#4D7B79

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

Shades of Breaker Bay #4D7B79

Tints of Breaker Bay #4D7B79

Color information

#4D7B79 (or 0x4D7B79) is unknown color: approx Breaker Bay. HEX triplet: 4D, 7B and 79. RGB value is (77,123,121). Sum of RGB (Red+Green+Blue) = 77+123+121=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7B79 is #B28486. Grayscale: #6C6C6C. Windows color (decimal): -11699335 or 7961421. OLE color: 7961421.

HSL color Cylindrical-coordinate representation of color #4D7B79: hue angle of 177.39º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7B79 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB77123121-
CMYK0.3700.020.52
HSL177.39º23%39.22%-
HSV(B)177.39º37.4%48.24%-
XYZ13.5917.1220.68-
YUV109.02134.76105.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.99%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=23.99%
G=38.32%
B=37.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal771231210.3700.020.52177.392339.22
Hex4D7B79250234b11727
Octal1151731714502642612747
Binary1001101111101111110011001010101101001011000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,123,121); }

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

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

 a { background-color: rgb(77,123,121); }

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

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

 span { border-color: rgb(77,123,121); }

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