#458B7C

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

Shades of Lochinvar #458B7C

Tints of Lochinvar #458B7C

Color information

#458B7C (or 0x458B7C) is unknown color: approx Lochinvar. HEX triplet: 45, 8B and 7C. RGB value is (69,139,124). Sum of RGB (Red+Green+Blue) = 69+139+124=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #458B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B7C is #BA7483. Grayscale: #747474. Windows color (decimal): -12219524 or 8162117. OLE color: 8162117.

HSL color Cylindrical-coordinate representation of color #458B7C: hue angle of 167.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B7C is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB69139124-
CMYK0.5000.110.45
HSL167.14º33.65%40.78%-
HSV(B)167.14º50.36%54.51%-
XYZ15.3221.1922.35-
YUV116.36132.3194.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=20.78%
G=41.87%
B=37.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691391240.5000.110.45167.1433.6540.78
Hex458B7C320B2Da72229
Octal10521317462013552474251
Binary10001011000101111111001100100101110110110100111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458B7C; }

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

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

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

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

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

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

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

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