#4D847F

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

Shades of Breaker Bay #4D847F

Tints of Breaker Bay #4D847F

Color information

#4D847F (or 0x4D847F) is unknown color: approx Breaker Bay. HEX triplet: 4D, 84 and 7F. RGB value is (77,132,127). Sum of RGB (Red+Green+Blue) = 77+132+127=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #4D847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D847F is #B27B80. Grayscale: #727272. Windows color (decimal): -11697025 or 8356941. OLE color: 8356941.

HSL color Cylindrical-coordinate representation of color #4D847F: hue angle of 174.55º degrees, saturation: 0.26, 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 #4D847F is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB77132127-
CMYK0.4200.040.48
HSL174.55º26.32%40.98%-
HSV(B)174.55º41.67%51.76%-
XYZ15.1419.6123.07-
YUV114.98134.78100.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 127 (50% from 255) = 37.80%
R=22.92%
G=39.29%
B=37.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771321270.4200.040.48174.5526.3240.98
Hex4D847F2A0430af1a29
Octal1152041775204602573251
Binary100110110000100111111110101001001100001010111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,132,127); }

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

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

 a { background-color: rgb(77,132,127); }

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

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

 span { border-color: rgb(77,132,127); }

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