#468983

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

Shades of Lochinvar #468983

Tints of Lochinvar #468983

Color information

#468983 (or 0x468983) is unknown color: approx Lochinvar. HEX triplet: 46, 89 and 83. RGB value is (70,137,131). Sum of RGB (Red+Green+Blue) = 70+137+131=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #468983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468983 is #B9767C. Grayscale: #747474. Windows color (decimal): -12154493 or 8620358. OLE color: 8620358.

HSL color Cylindrical-coordinate representation of color #468983: hue angle of 174.63º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468983 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB70137131-
CMYK0.4900.040.46
HSL174.63º32.37%40.59%-
HSV(B)174.63º48.91%53.73%-
XYZ15.5720.8324.67-
YUV116.28136.394.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.71%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=20.71%
G=40.53%
B=38.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371310.4900.040.46174.6332.3740.59
Hex46898331042Eaf2029
Octal1062112036104562574051
Binary10001101000100110000011110001010010111010101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468983; }

 p { color: rgb(70,137,131); }

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

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

 a { background-color: rgb(70,137,131); }

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

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

 span { border-color: rgb(70,137,131); }

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