Html Css Color HEX #469181 Lochinvar

📋 copy color: '#469181'

red 70 ◦ green 145 ◦ blue 129

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

Shades of Lochinvar #469181

Tints of Lochinvar #469181

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

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

R = 20.35%
G = 42.15%
B = 37.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#469181 (or 0x469181) is known color: Lochinvar. HEX triplet: 46, 91 and 81. RGB value is (70,145,129). Sum of RGB (Red+Green+Blue) = 70+145+129=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #469181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469181 is #B96E7E. Grayscale: #787878. Windows color (decimal): -12152447 or 8491334. OLE color: 8491334.

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

Color convert

RGB 70 145 129 -
CMYK 0.52 0 0.11 0.43
HSL 167.2º 0.35% 0.42% -
HSV(B) 167.2º 0.52% 0.57% -
XYZ 16.61 23.14 24.36 -
YUV 120.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 70 145 129 0.52 0 0.11 0.43 167.2 0.35 0.42
Hex 46 91 81 34 0 B 2B A7 23 2A
Octal 106 221 201 64 0 13 53 247 43 52
Binary 1000110 10010001 10000001 110100 0 1011 101011 10100111 100011 101010

Color Harmonies of #469181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469181

Black with #469181

Text Example


Text Example

White with #469181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469181; }

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

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

background-color css

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

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

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

border-color css

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

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

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