Html Css Color HEX #478079 Breaker Bay

📋 copy color: '#478079'

red 71 ◦ green 128 ◦ blue 121

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

Shades of Breaker Bay #478079

Tints of Breaker Bay #478079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.81%

R = 22.19%
G = 40%
B = 37.81%

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

#478079 (or 0x478079) is known color: Breaker Bay. HEX triplet: 47, 80 and 79. RGB value is (71,128,121). Sum of RGB (Red+Green+Blue) = 71+128+121=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #478079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478079 is #B87F86. Grayscale: #6E6E6E. Windows color (decimal): -12091271 or 7962695. OLE color: 7962695.

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

Color convert

RGB 71 128 121 -
CMYK 0.45 0 0.05 0.50
HSL 172.63º 0.29% 0.39% -
HSV(B) 172.63º 0.45% 0.5% -
XYZ 13.77 18.16 20.87 -
YUV 110.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 71 128 121 0.45 0 0.05 0.50 172.63 0.29 0.39
Hex 47 80 79 2D 0 5 32 AD 1D 27
Octal 107 200 171 55 0 5 62 255 35 47
Binary 1000111 10000000 1111001 101101 0 101 110010 10101101 11101 100111

Color Harmonies of #478079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478079

Black with #478079

Text Example


Text Example

White with #478079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478079; }

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

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

background-color css

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

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

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

border-color css

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

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

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