#4E817C

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

Shades of Breaker Bay #4E817C

Tints of Breaker Bay #4E817C

Color information

#4E817C (or 0x4E817C) is unknown color: approx Breaker Bay. HEX triplet: 4E, 81 and 7C. RGB value is (78,129,124). Sum of RGB (Red+Green+Blue) = 78+129+124=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #4E817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E817C is #B17E83. Grayscale: #717171. Windows color (decimal): -11632260 or 8159566. OLE color: 8159566.

HSL color Cylindrical-coordinate representation of color #4E817C: hue angle of 174.12º 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 #4E817C is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB78129124-
CMYK0.4000.040.49
HSL174.12º24.64%40.59%-
HSV(B)174.12º39.53%50.59%-
XYZ14.6318.7821.92-
YUV113.18134.1102.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=23.56%
G=38.97%
B=37.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781291240.4000.040.49174.1224.6440.59
Hex4E817C280431ae1929
Octal1162011745004612563151
Binary100111010000001111110010100001001100011010111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,129,124); }

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

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

 a { background-color: rgb(78,129,124); }

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

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

 span { border-color: rgb(78,129,124); }

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