#47817A

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

Shades of Breaker Bay #47817A

Tints of Breaker Bay #47817A

Color information

#47817A (or 0x47817A) is unknown color: approx Breaker Bay. HEX triplet: 47, 81 and 7A. RGB value is (71,129,122). Sum of RGB (Red+Green+Blue) = 71+129+122=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #47817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47817A is #B87E85. Grayscale: #6E6E6E. Windows color (decimal): -12091014 or 8028487. OLE color: 8028487.

HSL color Cylindrical-coordinate representation of color #47817A: hue angle of 172.76º 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 #47817A is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB71129122-
CMYK0.4500.050.49
HSL172.76º29%39.22%-
HSV(B)172.76º44.96%50.59%-
XYZ13.9618.4521.24-
YUV110.86134.2899.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=22.05%
G=40.06%
B=37.89%

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
Decimal711291220.4500.050.49172.762939.22
Hex47817A2D0531ad1d27
Octal1072011725505612553547
Binary100011110000001111101010110101011100011010110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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