#468C85

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

Shades of Lochinvar #468C85

Tints of Lochinvar #468C85

Color information

#468C85 (or 0x468C85) is unknown color: approx Lochinvar. HEX triplet: 46, 8C and 85. RGB value is (70,140,133). Sum of RGB (Red+Green+Blue) = 70+140+133=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #468C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C85 is #B9737A. Grayscale: #767676. Windows color (decimal): -12153723 or 8752198. OLE color: 8752198.

HSL color Cylindrical-coordinate representation of color #468C85: hue angle of 174º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C85 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB70140133-
CMYK0.5000.050.45
HSL174º33.33%41.18%-
HSV(B)174º50%54.9%-
XYZ16.1421.7525.54-
YUV118.27136.3193.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=20.41%
G=40.82%
B=38.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701401330.5000.050.4517433.3341.18
Hex468C8532052Dae2129
Octal1062142056205552564151
Binary10001101000110010000101110010010110110110101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468C85; }

 p { color: rgb(70,140,133); }

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

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

 a { background-color: rgb(70,140,133); }

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

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

 span { border-color: rgb(70,140,133); }

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