#459388

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

Shades of Lochinvar #459388

Tints of Lochinvar #459388

Color information

#459388 (or 0x459388) is unknown color: approx Lochinvar. HEX triplet: 45, 93 and 88. RGB value is (69,147,136). Sum of RGB (Red+Green+Blue) = 69+147+136=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #459388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459388 is #BA6C77. Grayscale: #7A7A7A. Windows color (decimal): -12217464 or 8950597. OLE color: 8950597.

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

Color convert

RGB69147136-
CMYK0.5300.070.42
HSL171.54º36.11%42.35%-
HSV(B)171.54º53.06%57.65%-
XYZ17.3323.9126.99-
YUV122.42135.6689.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=19.60%
G=41.76%
B=38.64%

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
Decimal691471360.5300.070.42171.5436.1142.35
Hex45938835072Aac242a
Octal1052232106507522544452
Binary10001011001001110001000110101011110101010101100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459388; }

 p { color: rgb(69,147,136); }

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

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

 a { background-color: rgb(69,147,136); }

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

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

 span { border-color: rgb(69,147,136); }

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