Html Css Color HEX #469185 Lochinvar

📋 copy color: '#469185'

red 70 ◦ green 145 ◦ blue 133

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

Shades of Lochinvar #469185

Tints of Lochinvar #469185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 20.11%
G = 41.67%
B = 38.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#469185 (or 0x469185) is known color: Lochinvar. HEX triplet: 46, 91 and 85. RGB value is (70,145,133). Sum of RGB (Red+Green+Blue) = 70+145+133=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #469185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469185 is #B96E7A. Grayscale: #797979. Windows color (decimal): -12152443 or 8753478. OLE color: 8753478.

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

Color convert

RGB 70 145 133 -
CMYK 0.52 0 0.08 0.43
HSL 170.4º 0.35% 0.42% -
HSV(B) 170.4º 0.52% 0.57% -
XYZ 16.88 23.25 25.79 -
YUV 121.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 70 145 133 0.52 0 0.08 0.43 170.4 0.35 0.42
Hex 46 91 85 34 0 8 2B AA 23 2A
Octal 106 221 205 64 0 10 53 252 43 52
Binary 1000110 10010001 10000101 110100 0 1000 101011 10101010 100011 101010

Color Harmonies of #469185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469185

Black with #469185

Text Example


Text Example

White with #469185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469185; }

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

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

background-color css

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

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

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

border-color css

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

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

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