Html Css Color HEX #47807A Breaker Bay

📋 copy color: '#47807A'

red 71 ◦ green 128 ◦ blue 122

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

Shades of Breaker Bay #47807A

Tints of Breaker Bay #47807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 22.12%
G = 39.88%
B = 38.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#47807A (or 0x47807A) is known color: Breaker Bay. HEX triplet: 47, 80 and 7A. RGB value is (71,128,122). Sum of RGB (Red+Green+Blue) = 71+128+122=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #47807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47807A is #B87F85. Grayscale: #6E6E6E. Windows color (decimal): -12091270 or 8028231. OLE color: 8028231.

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

Color convert

RGB 71 128 122 -
CMYK 0.45 0 0.05 0.50
HSL 173.68º 0.29% 0.39% -
HSV(B) 173.68º 0.45% 0.5% -
XYZ 13.83 18.18 21.19 -
YUV 110.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 71 128 122 0.45 0 0.05 0.50 173.68 0.29 0.39
Hex 47 80 7A 2D 0 5 32 AE 1D 27
Octal 107 200 172 55 0 5 62 256 35 47
Binary 1000111 10000000 1111010 101101 0 101 110010 10101110 11101 100111

Color Harmonies of #47807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47807A

Black with #47807A

Text Example


Text Example

White with #47807A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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