#477A76

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

Shades of Breaker Bay #477A76

Tints of Breaker Bay #477A76

Color information

#477A76 (or 0x477A76) is unknown color: approx Breaker Bay. HEX triplet: 47, 7A and 76. RGB value is (71,122,118). Sum of RGB (Red+Green+Blue) = 71+122+118=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #477A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A76 is #B88589. Grayscale: #6A6A6A. Windows color (decimal): -12092810 or 7764551. OLE color: 7764551.

HSL color Cylindrical-coordinate representation of color #477A76: hue angle of 175.29º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A76 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB71122118-
CMYK0.4200.030.52
HSL175.29º26.42%37.84%-
HSV(B)175.29º41.8%47.84%-
XYZ12.8316.5719.66-
YUV106.29134.6102.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=22.83%
G=39.23%
B=37.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711221180.4200.030.52175.2926.4237.84
Hex477A762A0334af1a26
Octal1071721665203642573246
Binary1000111111101011101101010100111101001010111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,122,118); }

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

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

 a { background-color: rgb(71,122,118); }

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

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

 span { border-color: rgb(71,122,118); }

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