Html Css Color HEX #469281 Lochinvar

📋 copy color: '#469281'

red 70 ◦ green 146 ◦ blue 129

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

Shades of Lochinvar #469281

Tints of Lochinvar #469281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 20.29%
G = 42.32%
B = 37.39%

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

#469281 (or 0x469281) is known color: Lochinvar. HEX triplet: 46, 92 and 81. RGB value is (70,146,129). Sum of RGB (Red+Green+Blue) = 70+146+129=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #469281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469281 is #B96D7E. Grayscale: #797979. Windows color (decimal): -12152191 or 8491590. OLE color: 8491590.

HSL color Cylindrical-coordinate representation of color #469281: hue angle of 166.58º 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 #469281 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 129 -
CMYK 0.52 0 0.12 0.43
HSL 166.58º 0.35% 0.42% -
HSV(B) 166.58º 0.52% 0.57% -
XYZ 16.77 23.44 24.41 -
YUV 121.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 70 146 129 0.52 0 0.12 0.43 166.58 0.35 0.42
Hex 46 92 81 34 0 C 2B A7 23 2A
Octal 106 222 201 64 0 14 53 247 43 52
Binary 1000110 10010010 10000001 110100 0 1100 101011 10100111 100011 101010

Color Harmonies of #469281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469281

Black with #469281

Text Example


Text Example

White with #469281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469281; }

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

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

background-color css

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

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

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

border-color css

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

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

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