#459C90

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

Shades of Lochinvar #459C90

Tints of Lochinvar #459C90

Color information

#459C90 (or 0x459C90) is unknown color: approx Lochinvar. HEX triplet: 45, 9C and 90. RGB value is (69,156,144). Sum of RGB (Red+Green+Blue) = 69+156+144=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #459C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459C90 is #BA636F. Grayscale: #808080. Windows color (decimal): -12215152 or 9477189. OLE color: 9477189.

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

Color convert

RGB69156144-
CMYK0.5600.080.39
HSL171.72º38.67%44.12%-
HSV(B)171.72º55.77%61.18%-
XYZ19.3827.0630.59-
YUV128.62136.6885.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=18.70%
G=42.28%
B=39.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691561440.5600.080.39171.7238.6744.12
Hex459C90380827ac272c
Octal10523422070010472544754
Binary100010110011100100100001110000100010011110101100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,156,144); }

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

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

 a { background-color: rgb(69,156,144); }

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

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

 span { border-color: rgb(69,156,144); }

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