Html Css Color HEX #469478 Lochinvar

📋 copy color: '#469478'

red 70 ◦ green 148 ◦ blue 120

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

Shades of Lochinvar #469478

Tints of Lochinvar #469478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 20.71%
G = 43.79%
B = 35.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#469478 (or 0x469478) is known color: Lochinvar. HEX triplet: 46, 94 and 78. RGB value is (70,148,120). Sum of RGB (Red+Green+Blue) = 70+148+120=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #469478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469478 is #B96B87. Grayscale: #797979. Windows color (decimal): -12151688 or 7902278. OLE color: 7902278.

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

Color convert

RGB 70 148 120 -
CMYK 0.53 0 0.19 0.42
HSL 158.46º 0.36% 0.43% -
HSV(B) 158.46º 0.53% 0.58% -
XYZ 16.51 23.84 21.5 -
YUV 121.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 70 148 120 0.53 0 0.19 0.42 158.46 0.36 0.43
Hex 46 94 78 35 0 13 2A 9E 24 2B
Octal 106 224 170 65 0 23 52 236 44 53
Binary 1000110 10010100 1111000 110101 0 10011 101010 10011110 100100 101011

Color Harmonies of #469478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469478

Black with #469478

Text Example


Text Example

White with #469478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469478; }

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

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

background-color css

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

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

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

border-color css

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

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

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