#459988

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

Shades of Lochinvar #459988

Tints of Lochinvar #459988

Color information

#459988 (or 0x459988) is unknown color: approx Lochinvar. HEX triplet: 45, 99 and 88. RGB value is (69,153,136). Sum of RGB (Red+Green+Blue) = 69+153+136=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #459988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459988 is #BA6677. Grayscale: #7D7D7D. Windows color (decimal): -12215928 or 8952133. OLE color: 8952133.

HSL color Cylindrical-coordinate representation of color #459988: hue angle of 167.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459988 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB69153136-
CMYK0.5500.110.4
HSL167.86º37.84%43.53%-
HSV(B)167.86º54.9%60%-
XYZ18.2925.8327.31-
YUV125.95133.6787.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.27%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=19.27%
G=42.74%
B=37.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531360.5500.110.4167.8637.8443.53
Hex459988370B28a8262c
Octal10523121067013502504654
Binary100010110011001100010001101110101110100010101000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459988; }

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

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

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

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

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

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

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

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