#477D79

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

Shades of Breaker Bay #477D79

Tints of Breaker Bay #477D79

Color information

#477D79 (or 0x477D79) is unknown color: approx Breaker Bay. HEX triplet: 47, 7D and 79. RGB value is (71,125,121). Sum of RGB (Red+Green+Blue) = 71+125+121=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 125 - color contains mainly: green. Hex color #477D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D79 is #B88286. Grayscale: #6C6C6C. Windows color (decimal): -12092039 or 7961927. OLE color: 7961927.

HSL color Cylindrical-coordinate representation of color #477D79: hue angle of 175.56º 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 #477D79 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB71125121-
CMYK0.4300.030.51
HSL175.56º27.55%38.43%-
HSV(B)175.56º43.2%49.02%-
XYZ13.3817.3920.74-
YUV108.4135.11101.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=22.40%
G=39.43%
B=38.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711251210.4300.030.51175.5627.5538.43
Hex477D792B0333b01c26
Octal1071751715303632603446
Binary1000111111110111110011010110111100111011000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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