#468A83

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

Shades of Lochinvar #468A83

Tints of Lochinvar #468A83

Color information

#468A83 (or 0x468A83) is unknown color: approx Lochinvar. HEX triplet: 46, 8A and 83. RGB value is (70,138,131). Sum of RGB (Red+Green+Blue) = 70+138+131=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #468A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468A83 is #B9757C. Grayscale: #747474. Windows color (decimal): -12154237 or 8620614. OLE color: 8620614.

HSL color Cylindrical-coordinate representation of color #468A83: hue angle of 173.82º degrees, saturation: 0.33, 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 #468A83 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB70138131-
CMYK0.4900.050.46
HSL173.82º32.69%40.78%-
HSV(B)173.82º49.28%54.12%-
XYZ15.7121.1224.72-
YUV116.87135.9794.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=20.65%
G=40.71%
B=38.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701381310.4900.050.46173.8232.6940.78
Hex468A8331052Eae2129
Octal1062122036105562564151
Binary10001101000101010000011110001010110111010101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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