#459B8C

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

Shades of Lochinvar #459B8C

Tints of Lochinvar #459B8C

Color information

#459B8C (or 0x459B8C) is unknown color: approx Lochinvar. HEX triplet: 45, 9B and 8C. RGB value is (69,155,140). Sum of RGB (Red+Green+Blue) = 69+155+140=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #459B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B8C is #BA6473. Grayscale: #7F7F7F. Windows color (decimal): -12215412 or 9214789. OLE color: 9214789.

HSL color Cylindrical-coordinate representation of color #459B8C: hue angle of 169.53º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B8C is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB69155140-
CMYK0.5500.100.39
HSL169.53º38.39%43.92%-
HSV(B)169.53º55.48%60.78%-
XYZ18.9126.628.95-
YUV127.58135.0186.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=18.96%
G=42.58%
B=38.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551400.5500.100.39169.5338.3943.92
Hex459B8C370A27aa262c
Octal10523321467012472524654
Binary100010110011011100011001101110101010011110101010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459B8C; }

 p { color: rgb(69,155,140); }

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

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

 a { background-color: rgb(69,155,140); }

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

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

 span { border-color: rgb(69,155,140); }

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