#477D7A

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

Shades of Breaker Bay #477D7A

Tints of Breaker Bay #477D7A

Color information

#477D7A (or 0x477D7A) is unknown color: approx Breaker Bay. HEX triplet: 47, 7D and 7A. RGB value is (71,125,122). Sum of RGB (Red+Green+Blue) = 71+125+122=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 125 - color contains mainly: green. Hex color #477D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D7A is #B88285. Grayscale: #6C6C6C. Windows color (decimal): -12092038 or 8027463. OLE color: 8027463.

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

Color convert

RGB71125122-
CMYK0.4300.020.51
HSL176.67º27.55%38.43%-
HSV(B)176.67º43.2%49.02%-
XYZ13.4517.4121.06-
YUV108.51135.61101.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 125 (49.22% from 255) = 39.31%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=22.33%
G=39.31%
B=38.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711251220.4300.020.51176.6727.5538.43
Hex477D7A2B0233b11c26
Octal1071751725302632613446
Binary1000111111110111110101010110101100111011000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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