#458B7F

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

Shades of Lochinvar #458B7F

Tints of Lochinvar #458B7F

Color information

#458B7F (or 0x458B7F) is unknown color: approx Lochinvar. HEX triplet: 45, 8B and 7F. RGB value is (69,139,127). Sum of RGB (Red+Green+Blue) = 69+139+127=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #458B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B7F is #BA7480. Grayscale: #747474. Windows color (decimal): -12219521 or 8358725. OLE color: 8358725.

HSL color Cylindrical-coordinate representation of color #458B7F: hue angle of 169.71º 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 #458B7F is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB69139127-
CMYK0.5000.090.45
HSL169.71º33.65%40.78%-
HSV(B)169.71º50.36%54.51%-
XYZ15.5221.2623.36-
YUV116.7133.8193.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 127 (50% from 255) = 37.91%
R=20.60%
G=41.49%
B=37.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691391270.5000.090.45169.7133.6540.78
Hex458B7F32092Daa2229
Octal10521317762011552524251
Binary10001011000101111111111100100100110110110101010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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