#428079

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

Shades of Breaker Bay #428079

Tints of Breaker Bay #428079

Color information

#428079 (or 0x428079) is unknown color: approx Breaker Bay. HEX triplet: 42, 80 and 79. RGB value is (66,128,121). Sum of RGB (Red+Green+Blue) = 66+128+121=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #428079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428079 is #BD7F86. Grayscale: #6C6C6C. Windows color (decimal): -12418951 or 7962690. OLE color: 7962690.

HSL color Cylindrical-coordinate representation of color #428079: hue angle of 173.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428079 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB66128121-
CMYK0.4800.050.50
HSL173.23º31.96%38.04%-
HSV(B)173.23º48.44%50.2%-
XYZ13.4217.9820.85-
YUV108.66134.9697.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=20.95%
G=40.63%
B=38.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661281210.4800.050.50173.2331.9638.04
Hex428079300532ad2026
Octal1022001716005622554046
Binary1000010100000001111001110000010111001010101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428079; }

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

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

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

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

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

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

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

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