#4E8480

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

Shades of Breaker Bay #4E8480

Tints of Breaker Bay #4E8480

Color information

#4E8480 (or 0x4E8480) is unknown color: approx Breaker Bay. HEX triplet: 4E, 84 and 80. RGB value is (78,132,128). Sum of RGB (Red+Green+Blue) = 78+132+128=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #4E8480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8480 is #B17B7F. Grayscale: #737373. Windows color (decimal): -11631488 or 8422478. OLE color: 8422478.

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

Color convert

RGB78132128-
CMYK0.4100.030.48
HSL175.56º25.71%41.18%-
HSV(B)175.56º40.91%51.76%-
XYZ15.2919.6823.42-
YUV115.4135.11101.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=23.08%
G=39.05%
B=37.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781321280.4100.030.48175.5625.7141.18
Hex4E8480290330b01a29
Octal1162042005103602603251
Binary100111010000100100000001010010111100001011000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,132,128); }

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

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

 a { background-color: rgb(78,132,128); }

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

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

 span { border-color: rgb(78,132,128); }

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