#4E827B

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

Shades of Breaker Bay #4E827B

Tints of Breaker Bay #4E827B

Color information

#4E827B (or 0x4E827B) is unknown color: approx Breaker Bay. HEX triplet: 4E, 82 and 7B. RGB value is (78,130,123). Sum of RGB (Red+Green+Blue) = 78+130+123=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #4E827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E827B is #B17D84. Grayscale: #717171. Windows color (decimal): -11632005 or 8094286. OLE color: 8094286.

HSL color Cylindrical-coordinate representation of color #4E827B: hue angle of 171.92º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E827B is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB78130123-
CMYK0.4000.050.49
HSL171.92º25%40.78%-
HSV(B)171.92º40%50.98%-
XYZ14.719.0221.63-
YUV113.65133.27102.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=23.56%
G=39.27%
B=37.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781301230.4000.050.49171.922540.78
Hex4E827B280531ac1929
Octal1162021735005612543151
Binary100111010000010111101110100001011100011010110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,130,123); }

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

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

 a { background-color: rgb(78,130,123); }

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

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

 span { border-color: rgb(78,130,123); }

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