Html Css Color HEX #459479 Lochinvar

📋 copy color: '#459479'

red 69 ◦ green 148 ◦ blue 121

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

Shades of Lochinvar #459479

Tints of Lochinvar #459479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.79%

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

R = 20.41%
G = 43.79%
B = 35.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#459479 (or 0x459479) is known color: Lochinvar. HEX triplet: 45, 94 and 79. RGB value is (69,148,121). Sum of RGB (Red+Green+Blue) = 69+148+121=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #459479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459479 is #BA6B86. Grayscale: #797979. Windows color (decimal): -12217223 or 7967813. OLE color: 7967813.

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

Color convert

RGB 69 148 121 -
CMYK 0.53 0 0.18 0.42
HSL 159.49º 0.36% 0.43% -
HSV(B) 159.49º 0.53% 0.58% -
XYZ 16.5 23.83 21.82 -
YUV 121.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 69 148 121 0.53 0 0.18 0.42 159.49 0.36 0.43
Hex 45 94 79 35 0 12 2A 9F 24 2B
Octal 105 224 171 65 0 22 52 237 44 53
Binary 1000101 10010100 1111001 110101 0 10010 101010 10011111 100100 101011

Color Harmonies of #459479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459479

Black with #459479

Text Example


Text Example

White with #459479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459479; }

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

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

background-color css

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

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

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

border-color css

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

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

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