#468680

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

Shades of Lochinvar #468680

Tints of Lochinvar #468680

Color information

#468680 (or 0x468680) is unknown color: approx Lochinvar. HEX triplet: 46, 86 and 80. RGB value is (70,134,128). Sum of RGB (Red+Green+Blue) = 70+134+128=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #468680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468680 is #B9797F. Grayscale: #727272. Windows color (decimal): -12155264 or 8422982. OLE color: 8422982.

HSL color Cylindrical-coordinate representation of color #468680: hue angle of 174.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468680 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB70134128-
CMYK0.4800.040.47
HSL174.38º31.37%40%-
HSV(B)174.38º47.76%52.55%-
XYZ14.9519.9123.48-
YUV114.18135.896.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=21.08%
G=40.36%
B=38.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701341280.4800.040.47174.3831.3740
Hex46868030042Fae1f28
Octal1062062006004572563750
Binary1000110100001101000000011000001001011111010111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468680; }

 p { color: rgb(70,134,128); }

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

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

 a { background-color: rgb(70,134,128); }

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

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

 span { border-color: rgb(70,134,128); }

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