#4A7C77

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

Shades of Breaker Bay #4A7C77

Tints of Breaker Bay #4A7C77

Color information

#4A7C77 (or 0x4A7C77) is unknown color: approx Breaker Bay. HEX triplet: 4A, 7C and 77. RGB value is (74,124,119). Sum of RGB (Red+Green+Blue) = 74+124+119=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7C77 is #B58388. Grayscale: #6C6C6C. Windows color (decimal): -11895689 or 7830602. OLE color: 7830602.

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

Color convert

RGB74124119-
CMYK0.4000.040.51
HSL174º25.25%38.82%-
HSV(B)174º40.32%48.63%-
XYZ13.3617.220.07-
YUV108.48133.94103.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=23.34%
G=39.12%
B=37.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal741241190.4000.040.5117425.2538.82
Hex4A7C77280433ae1927
Octal1121741675004632563147
Binary10010101111100111011110100001001100111010111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,124,119); }

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

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

 a { background-color: rgb(74,124,119); }

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

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

 span { border-color: rgb(74,124,119); }

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