#459788

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

Shades of Lochinvar #459788

Tints of Lochinvar #459788

Color information

#459788 (or 0x459788) is unknown color: approx Lochinvar. HEX triplet: 45, 97 and 88. RGB value is (69,151,136). Sum of RGB (Red+Green+Blue) = 69+151+136=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #459788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459788 is #BA6877. Grayscale: #7C7C7C. Windows color (decimal): -12216440 or 8951621. OLE color: 8951621.

HSL color Cylindrical-coordinate representation of color #459788: hue angle of 169.02º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459788 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB69151136-
CMYK0.5400.100.41
HSL169.02º37.27%43.14%-
HSV(B)169.02º54.3%59.22%-
XYZ17.9625.1827.21-
YUV124.77134.3388.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=19.38%
G=42.42%
B=38.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691511360.5400.100.41169.0237.2743.14
Hex459788360A29a9252b
Octal10522721066012512514553
Binary100010110010111100010001101100101010100110101001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459788; }

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

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

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

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

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

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

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

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