#4D857A

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

Shades of Breaker Bay #4D857A

Tints of Breaker Bay #4D857A

Color information

#4D857A (or 0x4D857A) is unknown color: approx Breaker Bay. HEX triplet: 4D, 85 and 7A. RGB value is (77,133,122). Sum of RGB (Red+Green+Blue) = 77+133+122=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #4D857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D857A is #B27A85. Grayscale: #727272. Windows color (decimal): -11696774 or 8029517. OLE color: 8029517.

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

Color convert

RGB77133122-
CMYK0.4200.080.48
HSL168.21º26.67%41.18%-
HSV(B)168.21º42.11%52.16%-
XYZ14.9619.7621.44-
YUV115131.95100.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.19%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=23.19%
G=40.06%
B=36.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771331220.4200.080.48168.2126.6741.18
Hex4D857A2A0830a81b29
Octal11520517252010602503351
Binary1001101100001011111010101010010001100001010100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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