Html Css Color HEX #469280 Lochinvar

📋 copy color: '#469280'

red 70 ◦ green 146 ◦ blue 128

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

Shades of Lochinvar #469280

Tints of Lochinvar #469280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 20.35%
G = 42.44%
B = 37.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#469280 (or 0x469280) is known color: Lochinvar. HEX triplet: 46, 92 and 80. RGB value is (70,146,128). Sum of RGB (Red+Green+Blue) = 70+146+128=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #469280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469280 is #B96D7F. Grayscale: #797979. Windows color (decimal): -12152192 or 8426054. OLE color: 8426054.

HSL color Cylindrical-coordinate representation of color #469280: hue angle of 165.79º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469280 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 128 -
CMYK 0.52 0 0.12 0.43
HSL 165.79º 0.35% 0.42% -
HSV(B) 165.79º 0.52% 0.57% -
XYZ 16.7 23.42 24.06 -
YUV 121.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 70 146 128 0.52 0 0.12 0.43 165.79 0.35 0.42
Hex 46 92 80 34 0 C 2B A6 23 2A
Octal 106 222 200 64 0 14 53 246 43 52
Binary 1000110 10010010 10000000 110100 0 1100 101011 10100110 100011 101010

Color Harmonies of #469280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469280

Black with #469280

Text Example


Text Example

White with #469280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469280; }

 p { color: rgb(70,146,128); }

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

background-color css

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

 a { background-color: rgb(70,146,128); }

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

border-color css

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

 span { border-color: rgb(70,146,128); }

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