#468179

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

Shades of Breaker Bay #468179

Tints of Breaker Bay #468179

Color information

#468179 (or 0x468179) is unknown color: approx Breaker Bay. HEX triplet: 46, 81 and 79. RGB value is (70,129,121). Sum of RGB (Red+Green+Blue) = 70+129+121=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #468179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468179 is #B97E86. Grayscale: #6E6E6E. Windows color (decimal): -12156551 or 7962950. OLE color: 7962950.

HSL color Cylindrical-coordinate representation of color #468179: hue angle of 171.86º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468179 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB70129121-
CMYK0.4600.060.49
HSL171.86º29.65%39.02%-
HSV(B)171.86º45.74%50.59%-
XYZ13.8318.3820.91-
YUV110.45133.9599.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=21.88%
G=40.31%
B=37.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701291210.4600.060.49171.8629.6539.02
Hex4681792E0631ac1e27
Octal1062011715606612543647
Binary100011010000001111100110111001101100011010110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468179; }

 p { color: rgb(70,129,121); }

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

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

 a { background-color: rgb(70,129,121); }

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

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

 span { border-color: rgb(70,129,121); }

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