#4C857F

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

Shades of Breaker Bay #4C857F

Tints of Breaker Bay #4C857F

Color information

#4C857F (or 0x4C857F) is unknown color: approx Breaker Bay. HEX triplet: 4C, 85 and 7F. RGB value is (76,133,127). Sum of RGB (Red+Green+Blue) = 76+133+127=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #4C857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C857F is #B37A80. Grayscale: #737373. Windows color (decimal): -11762305 or 8357196. OLE color: 8357196.

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

Color convert

RGB76133127-
CMYK0.4300.050.48
HSL173.68º27.27%40.98%-
HSV(B)173.68º42.86%52.16%-
XYZ15.219.8423.11-
YUV115.27134.6299.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 127 (50% from 255) = 37.80%
R=22.62%
G=39.58%
B=37.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761331270.4300.050.48173.6827.2740.98
Hex4C857F2B0530ae1b29
Octal1142051775305602563351
Binary100110010000101111111110101101011100001010111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,133,127); }

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

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

 a { background-color: rgb(76,133,127); }

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

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

 span { border-color: rgb(76,133,127); }

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