#4E857A

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

Shades of Breaker Bay #4E857A

Tints of Breaker Bay #4E857A

Color information

#4E857A (or 0x4E857A) is unknown color: approx Breaker Bay. HEX triplet: 4E, 85 and 7A. RGB value is (78,133,122). Sum of RGB (Red+Green+Blue) = 78+133+122=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #4E857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E857A is #B17A85. Grayscale: #737373. Windows color (decimal): -11631238 or 8029518. OLE color: 8029518.

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

Color convert

RGB78133122-
CMYK0.4100.080.48
HSL168º26.07%41.37%-
HSV(B)168º41.35%52.16%-
XYZ15.0419.821.44-
YUV115.3131.78101.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.42%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=23.42%
G=39.94%
B=36.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781331220.4100.080.4816826.0741.37
Hex4E857A290830a81a29
Octal11620517251010602503251
Binary1001110100001011111010101001010001100001010100011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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