Html Css Color HEX #469479 Lochinvar

📋 copy color: '#469479'

red 70 ◦ green 148 ◦ blue 121

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

Shades of Lochinvar #469479

Tints of Lochinvar #469479

RGB

 RED value IS 70 (27.73% from 255) = 20.65%

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

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

R = 20.65%
G = 43.66%
B = 35.69%

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

#469479 (or 0x469479) is known color: Lochinvar. HEX triplet: 46, 94 and 79. RGB value is (70,148,121). Sum of RGB (Red+Green+Blue) = 70+148+121=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #469479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469479 is #B96B86. Grayscale: #797979. Windows color (decimal): -12151687 or 7967814. OLE color: 7967814.

HSL color Cylindrical-coordinate representation of color #469479: hue angle of 159.23º 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 #469479 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 121 -
CMYK 0.53 0 0.18 0.42
HSL 159.23º 0.36% 0.43% -
HSV(B) 159.23º 0.53% 0.58% -
XYZ 16.57 23.86 21.82 -
YUV 121.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 70 148 121 0.53 0 0.18 0.42 159.23 0.36 0.43
Hex 46 94 79 35 0 12 2A 9F 24 2B
Octal 106 224 171 65 0 22 52 237 44 53
Binary 1000110 10010100 1111001 110101 0 10010 101010 10011111 100100 101011

Color Harmonies of #469479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469479

Black with #469479

Text Example


Text Example

White with #469479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469479; }

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

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

background-color css

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

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

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

border-color css

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

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

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