#47807B

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

Shades of Breaker Bay #47807B

Tints of Breaker Bay #47807B

Color information

#47807B (or 0x47807B) is unknown color: approx Breaker Bay. HEX triplet: 47, 80 and 7B. RGB value is (71,128,123). Sum of RGB (Red+Green+Blue) = 71+128+123=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #47807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47807B is #B87F84. Grayscale: #6E6E6E. Windows color (decimal): -12091269 or 8093767. OLE color: 8093767.

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

Color convert

RGB71128123-
CMYK0.4500.040.50
HSL174.74º28.64%39.02%-
HSV(B)174.74º44.53%50.2%-
XYZ13.8918.2121.52-
YUV110.39135.1299.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=22.05%
G=39.75%
B=38.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711281230.4500.040.50174.7428.6439.02
Hex47807B2D0432af1d27
Octal1072001735504622573547
Binary100011110000000111101110110101001100101010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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