#477B78

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

Shades of Breaker Bay #477B78

Tints of Breaker Bay #477B78

Color information

#477B78 (or 0x477B78) is unknown color: approx Breaker Bay. HEX triplet: 47, 7B and 78. RGB value is (71,123,120). Sum of RGB (Red+Green+Blue) = 71+123+120=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #477B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B78 is #B88487. Grayscale: #6B6B6B. Windows color (decimal): -12092552 or 7895879. OLE color: 7895879.

HSL color Cylindrical-coordinate representation of color #477B78: hue angle of 176.54º degrees, saturation: 0.27, 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 #477B78 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB71123120-
CMYK0.4200.020.52
HSL176.54º26.8%38.04%-
HSV(B)176.54º42.28%48.24%-
XYZ13.0716.8620.33-
YUV107.11135.27102.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=22.61%
G=39.17%
B=38.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711231200.4200.020.52176.5426.838.04
Hex477B782A0234b11b26
Octal1071731705202642613346
Binary1000111111101111110001010100101101001011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,123,120); }

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

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

 a { background-color: rgb(71,123,120); }

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

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

 span { border-color: rgb(71,123,120); }

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