#459489

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

Shades of Lochinvar #459489

Tints of Lochinvar #459489

Color information

#459489 (or 0x459489) is unknown color: approx Lochinvar. HEX triplet: 45, 94 and 89. RGB value is (69,148,137). Sum of RGB (Red+Green+Blue) = 69+148+137=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #459489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459489 is #BA6B76. Grayscale: #7B7B7B. Windows color (decimal): -12217207 or 9016389. OLE color: 9016389.

HSL color Cylindrical-coordinate representation of color #459489: hue angle of 171.65º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459489 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB69148137-
CMYK0.5300.070.42
HSL171.65º36.41%42.55%-
HSV(B)171.65º53.38%58.04%-
XYZ17.5624.2527.42-
YUV123.12135.8389.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.49%
GREEN value IS 148 (58.20% from 255) = 41.81%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=19.49%
G=41.81%
B=38.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691481370.5300.070.42171.6536.4142.55
Hex45948935072Aac242b
Octal1052242116507522544453
Binary10001011001010010001001110101011110101010101100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459489; }

 p { color: rgb(69,148,137); }

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

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

 a { background-color: rgb(69,148,137); }

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

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

 span { border-color: rgb(69,148,137); }

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