#428078

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

Shades of Breaker Bay #428078

Tints of Breaker Bay #428078

Color information

#428078 (or 0x428078) is unknown color: approx Breaker Bay. HEX triplet: 42, 80 and 78. RGB value is (66,128,120). Sum of RGB (Red+Green+Blue) = 66+128+120=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #428078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428078 is #BD7F87. Grayscale: #6C6C6C. Windows color (decimal): -12418952 or 7897154. OLE color: 7897154.

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

Color convert

RGB66128120-
CMYK0.4800.060.50
HSL172.26º31.96%38.04%-
HSV(B)172.26º48.44%50.2%-
XYZ13.3617.9520.53-
YUV108.55134.4697.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=21.02%
G=40.76%
B=38.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661281200.4800.060.50172.2631.9638.04
Hex428078300632ac2026
Octal1022001706006622544046
Binary1000010100000001111000110000011011001010101100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428078; }

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

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

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

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

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

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

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

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