#47827B

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

Shades of Breaker Bay #47827B

Tints of Breaker Bay #47827B

Color information

#47827B (or 0x47827B) is unknown color: approx Breaker Bay. HEX triplet: 47, 82 and 7B. RGB value is (71,130,123). Sum of RGB (Red+Green+Blue) = 71+130+123=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #47827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47827B is #B87D84. Grayscale: #6F6F6F. Windows color (decimal): -12090757 or 8094279. OLE color: 8094279.

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

Color convert

RGB71130123-
CMYK0.4500.050.49
HSL172.88º29.35%39.41%-
HSV(B)172.88º45.38%50.98%-
XYZ14.1618.7321.61-
YUV111.56134.4599.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=21.91%
G=40.12%
B=37.96%

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
Decimal711301230.4500.050.49172.8829.3539.41
Hex47827B2D0531ad1d27
Octal1072021735505612553547
Binary100011110000010111101110110101011100011010110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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