#47817B

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

Shades of Breaker Bay #47817B

Tints of Breaker Bay #47817B

Color information

#47817B (or 0x47817B) is unknown color: approx Breaker Bay. HEX triplet: 47, 81 and 7B. RGB value is (71,129,123). Sum of RGB (Red+Green+Blue) = 71+129+123=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #47817B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47817B is #B87E84. Grayscale: #6E6E6E. Windows color (decimal): -12091013 or 8094023. OLE color: 8094023.

HSL color Cylindrical-coordinate representation of color #47817B: hue angle of 173.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47817B is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB71129123-
CMYK0.4500.050.49
HSL173.79º29%39.22%-
HSV(B)173.79º44.96%50.59%-
XYZ14.0218.4721.56-
YUV110.97134.7899.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=21.98%
G=39.94%
B=38.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711291230.4500.050.49173.792939.22
Hex47817B2D0531ae1d27
Octal1072011735505612563547
Binary100011110000001111101110110101011100011010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47817B; }

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

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

<style>
 a { background-color: #47817B; }

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

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

<style>
 span { border-color: #47817B; }

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

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