#477E7C

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

Shades of Breaker Bay #477E7C

Tints of Breaker Bay #477E7C

Color information

#477E7C (or 0x477E7C) is unknown color: approx Breaker Bay. HEX triplet: 47, 7E and 7C. RGB value is (71,126,124). Sum of RGB (Red+Green+Blue) = 71+126+124=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #477E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477E7C is #B88183. Grayscale: #6D6D6D. Windows color (decimal): -12091780 or 8158791. OLE color: 8158791.

HSL color Cylindrical-coordinate representation of color #477E7C: hue angle of 177.82º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477E7C is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB71126124-
CMYK0.4400.020.51
HSL177.82º27.92%38.63%-
HSV(B)177.82º43.65%49.41%-
XYZ13.717.7221.77-
YUV109.33136.28100.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=22.12%
G=39.25%
B=38.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711261240.4400.020.51177.8227.9238.63
Hex477E7C2C0233b21c27
Octal1071761745402632623447
Binary1000111111111011111001011000101100111011001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477E7C; }

 p { color: rgb(71,126,124); }

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

<style>
 a { background-color: #477E7C; }

 a { background-color: rgb(71,126,124); }

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

<style>
 span { border-color: #477E7C; }

 span { border-color: rgb(71,126,124); }

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