#4D8578

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

Shades of Breaker Bay #4D8578

Tints of Breaker Bay #4D8578

Color information

#4D8578 (or 0x4D8578) is unknown color: approx Breaker Bay. HEX triplet: 4D, 85 and 78. RGB value is (77,133,120). Sum of RGB (Red+Green+Blue) = 77+133+120=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8578 is #B27A87. Grayscale: #727272. Windows color (decimal): -11696776 or 7898445. OLE color: 7898445.

HSL color Cylindrical-coordinate representation of color #4D8578: hue angle of 166.07º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D8578 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB77133120-
CMYK0.4200.100.48
HSL166.07º26.67%41.18%-
HSV(B)166.07º42.11%52.16%-
XYZ14.8419.7120.79-
YUV114.77130.95101.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.33%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=23.33%
G=40.30%
B=36.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771331200.4200.100.48166.0726.6741.18
Hex4D85782A0A30a61b29
Octal11520517052012602463351
Binary1001101100001011111000101010010101100001010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,133,120); }

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

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

 a { background-color: rgb(77,133,120); }

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

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

 span { border-color: rgb(77,133,120); }

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