#438079

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

Shades of Breaker Bay #438079

Tints of Breaker Bay #438079

Color information

#438079 (or 0x438079) is unknown color: approx Breaker Bay. HEX triplet: 43, 80 and 79. RGB value is (67,128,121). Sum of RGB (Red+Green+Blue) = 67+128+121=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #438079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438079 is #BC7F86. Grayscale: #6C6C6C. Windows color (decimal): -12353415 or 7962691. OLE color: 7962691.

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

Color convert

RGB67128121-
CMYK0.4800.050.50
HSL173.11º31.28%38.24%-
HSV(B)173.11º47.66%50.2%-
XYZ13.4918.0120.86-
YUV108.96134.7998.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.20%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=21.20%
G=40.51%
B=38.29%

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
Decimal671281210.4800.050.50173.1131.2838.24
Hex438079300532ad1f26
Octal1032001716005622553746
Binary100001110000000111100111000001011100101010110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438079; }

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

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

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

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

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

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

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

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