#4E857D

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

Shades of Breaker Bay #4E857D

Tints of Breaker Bay #4E857D

Color information

#4E857D (or 0x4E857D) is unknown color: approx Breaker Bay. HEX triplet: 4E, 85 and 7D. RGB value is (78,133,125). Sum of RGB (Red+Green+Blue) = 78+133+125=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #4E857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E857D is #B17A82. Grayscale: #737373. Windows color (decimal): -11631235 or 8226126. OLE color: 8226126.

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

Color convert

RGB78133125-
CMYK0.4100.060.48
HSL171.27º26.07%41.37%-
HSV(B)171.27º41.35%52.16%-
XYZ15.2319.8822.44-
YUV115.64133.28101.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.21%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=23.21%
G=39.58%
B=37.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781331250.4100.060.48171.2726.0741.37
Hex4E857D290630ab1a29
Octal1162051755106602533251
Binary100111010000101111110110100101101100001010101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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