#4C817C

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

Shades of Breaker Bay #4C817C

Tints of Breaker Bay #4C817C

Color information

#4C817C (or 0x4C817C) is unknown color: approx Breaker Bay. HEX triplet: 4C, 81 and 7C. RGB value is (76,129,124). Sum of RGB (Red+Green+Blue) = 76+129+124=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #4C817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C817C is #B37E83. Grayscale: #707070. Windows color (decimal): -11763332 or 8159564. OLE color: 8159564.

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

Color convert

RGB76129124-
CMYK0.4100.040.49
HSL174.34º25.85%40.2%-
HSV(B)174.34º41.09%50.59%-
XYZ14.4718.6921.91-
YUV112.58134.44101.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=23.10%
G=39.21%
B=37.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal761291240.4100.040.49174.3425.8540.2
Hex4C817C290431ae1a28
Octal1142011745104612563250
Binary100110010000001111110010100101001100011010111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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