#45857D

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

Shades of Lochinvar #45857D

Tints of Lochinvar #45857D

Color information

#45857D (or 0x45857D) is unknown color: approx Lochinvar. HEX triplet: 45, 85 and 7D. RGB value is (69,133,125). Sum of RGB (Red+Green+Blue) = 69+133+125=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #45857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45857D is #BA7A82. Grayscale: #707070. Windows color (decimal): -12221059 or 8226117. OLE color: 8226117.

HSL color Cylindrical-coordinate representation of color #45857D: hue angle of 172.5º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45857D is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB69133125-
CMYK0.4800.060.48
HSL172.5º31.68%39.61%-
HSV(B)172.5º48.12%52.16%-
XYZ14.5419.5222.4-
YUV112.95134.896.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=21.10%
G=40.67%
B=38.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691331250.4800.060.48172.531.6839.61
Hex45857D300630ac2028
Octal1052051756006602544050
Binary1000101100001011111101110000011011000010101100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45857D; }

 p { color: rgb(69,133,125); }

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

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

 a { background-color: rgb(69,133,125); }

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

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

 span { border-color: rgb(69,133,125); }

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