#478078

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

Shades of Breaker Bay #478078

Tints of Breaker Bay #478078

Color information

#478078 (or 0x478078) is unknown color: approx Breaker Bay. HEX triplet: 47, 80 and 78. RGB value is (71,128,120). Sum of RGB (Red+Green+Blue) = 71+128+120=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #478078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478078 is #B87F87. Grayscale: #6E6E6E. Windows color (decimal): -12091272 or 7897159. OLE color: 7897159.

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

Color convert

RGB71128120-
CMYK0.4500.060.50
HSL171.58º28.64%39.02%-
HSV(B)171.58º44.53%50.2%-
XYZ13.7118.1320.55-
YUV110.04133.62100.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=22.26%
G=40.13%
B=37.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711281200.4500.060.50171.5828.6439.02
Hex4780782D0632ac1d27
Octal1072001705506622543547
Binary100011110000000111100010110101101100101010110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478078; }

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

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

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

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

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

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

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

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