#458881

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

Shades of Lochinvar #458881

Tints of Lochinvar #458881

Color information

#458881 (or 0x458881) is unknown color: approx Lochinvar. HEX triplet: 45, 88 and 81. RGB value is (69,136,129). Sum of RGB (Red+Green+Blue) = 69+136+129=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #458881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458881 is #BA777E. Grayscale: #737373. Windows color (decimal): -12220287 or 8489029. OLE color: 8489029.

HSL color Cylindrical-coordinate representation of color #458881: hue angle of 173.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458881 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB69136129-
CMYK0.4900.050.47
HSL173.73º32.68%40.2%-
HSV(B)173.73º49.26%53.33%-
XYZ15.2220.4623.92-
YUV115.17135.895.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=20.66%
G=40.72%
B=38.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691361290.4900.050.47173.7332.6840.2
Hex45888131052Fae2128
Octal1052102016105572564150
Binary10001011000100010000001110001010110111110101110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458881; }

 p { color: rgb(69,136,129); }

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

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

 a { background-color: rgb(69,136,129); }

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

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

 span { border-color: rgb(69,136,129); }

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