Html Css Color HEX #47807C Breaker Bay

📋 copy color: '#47807C'

red 71 ◦ green 128 ◦ blue 124

#47807C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #47807C

Tints of Breaker Bay #47807C

RGB

 RED value IS 71 (28.13% from 255) = 21.98%

 GREEN value IS 128 (50.39% from 255) = 39.63%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 21.98%
G = 39.63%
B = 38.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#47807C (or 0x47807C) is known color: Breaker Bay. HEX triplet: 47, 80 and 7C. RGB value is (71,128,124). Sum of RGB (Red+Green+Blue) = 71+128+124=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #47807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47807C is #B87F83. Grayscale: #6E6E6E. Windows color (decimal): -12091268 or 8159303. OLE color: 8159303.

HSL color Cylindrical-coordinate representation of color #47807C: hue angle of 175.79º 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 #47807C is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 128 124 -
CMYK 0.45 0 0.03 0.50
HSL 175.79º 0.29% 0.39% -
HSV(B) 175.79º 0.45% 0.5% -
XYZ 13.96 18.23 21.85 -
YUV 110.5 135.62 99.83 -
System Red Green Blue C M Y K H S L
Decimal 71 128 124 0.45 0 0.03 0.50 175.79 0.29 0.39
Hex 47 80 7C 2D 0 3 32 B0 1D 27
Octal 107 200 174 55 0 3 62 260 35 47
Binary 1000111 10000000 1111100 101101 0 11 110010 10110000 11101 100111

Color Harmonies of #47807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47807C

Black with #47807C

Text Example


Text Example

White with #47807C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47807C;
 }
 .AnyTagClassName
 {
   color: #47807C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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