Html Css Color HEX #459579 Lochinvar

📋 copy color: '#459579'

red 69 ◦ green 149 ◦ blue 121

#459579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #459579

Tints of Lochinvar #459579

RGB

 RED value IS 69 (27.34% from 255) = 20.35%

 GREEN value IS 149 (58.59% from 255) = 43.95%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 20.35%
G = 43.95%
B = 35.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#459579 (or 0x459579) is known color: Lochinvar. HEX triplet: 45, 95 and 79. RGB value is (69,149,121). Sum of RGB (Red+Green+Blue) = 69+149+121=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #459579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459579 is #BA6A86. Grayscale: #797979. Windows color (decimal): -12216967 or 7968069. OLE color: 7968069.

HSL color Cylindrical-coordinate representation of color #459579: hue angle of 159º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459579 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 149 121 -
CMYK 0.54 0 0.19 0.42
HSL 159º 0.37% 0.43% -
HSV(B) 159º 0.54% 0.58% -
XYZ 16.65 24.14 21.87 -
YUV 121.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 69 149 121 0.54 0 0.19 0.42 159 0.37 0.43
Hex 45 95 79 36 0 13 2A 9F 25 2B
Octal 105 225 171 66 0 23 52 237 45 53
Binary 1000101 10010101 1111001 110110 0 10011 101010 10011111 100101 101011

Color Harmonies of #459579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459579

Black with #459579

Text Example


Text Example

White with #459579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459579; }

 p { color: rgb(69,149,121); }

 H1.HeaderClassName
 {
   color: #459579;
 }
 .AnyTagClassName
 {
   color: #459579;
 }
</style>

background-color css

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

 a { background-color: rgb(69,149,121); }

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

border-color css

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

 span { border-color: rgb(69,149,121); }

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