#448079

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

Shades of Breaker Bay #448079

Tints of Breaker Bay #448079

Color information

#448079 (or 0x448079) is unknown color: approx Breaker Bay. HEX triplet: 44, 80 and 79. RGB value is (68,128,121). Sum of RGB (Red+Green+Blue) = 68+128+121=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #448079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448079 is #BB7F86. Grayscale: #6D6D6D. Windows color (decimal): -12287879 or 7962692. OLE color: 7962692.

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

Color convert

RGB68128121-
CMYK0.4700.050.50
HSL173º30.61%38.43%-
HSV(B)173º46.88%50.2%-
XYZ13.5518.0520.86-
YUV109.26134.6298.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=21.45%
G=40.38%
B=38.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal681281210.4700.050.5017330.6138.43
Hex4480792F0532ad1f26
Octal1042001715705622553746
Binary100010010000000111100110111101011100101010110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448079; }

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

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

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

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

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

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

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

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