#45988B

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

Shades of Lochinvar #45988B

Tints of Lochinvar #45988B

Color information

#45988B (or 0x45988B) is unknown color: approx Lochinvar. HEX triplet: 45, 98 and 8B. RGB value is (69,152,139). Sum of RGB (Red+Green+Blue) = 69+152+139=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #45988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45988B is #BA6774. Grayscale: #7D7D7D. Windows color (decimal): -12216181 or 9148485. OLE color: 9148485.

HSL color Cylindrical-coordinate representation of color #45988B: hue angle of 170.6º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45988B is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB69152139-
CMYK0.5500.090.40
HSL170.6º37.56%43.33%-
HSV(B)170.6º54.61%59.61%-
XYZ18.3425.5928.4-
YUV125.7135.587.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=19.17%
G=42.22%
B=38.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691521390.5500.090.40170.637.5643.33
Hex45988B370928ab262b
Octal10523021367011502534653
Binary100010110011000100010111101110100110100010101011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45988B; }

 p { color: rgb(69,152,139); }

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

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

 a { background-color: rgb(69,152,139); }

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

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

 span { border-color: rgb(69,152,139); }

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