Html Css Color HEX #469285 Lochinvar

📋 copy color: '#469285'

red 70 ◦ green 146 ◦ blue 133

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

Shades of Lochinvar #469285

Tints of Lochinvar #469285

RGB

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

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

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

R = 20.06%
G = 41.83%
B = 38.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#469285 (or 0x469285) is known color: Lochinvar. HEX triplet: 46, 92 and 85. RGB value is (70,146,133). Sum of RGB (Red+Green+Blue) = 70+146+133=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #469285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469285 is #B96D7A. Grayscale: #797979. Windows color (decimal): -12152187 or 8753734. OLE color: 8753734.

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

Color convert

RGB 70 146 133 -
CMYK 0.52 0 0.09 0.43
HSL 169.74º 0.35% 0.42% -
HSV(B) 169.74º 0.52% 0.57% -
XYZ 17.04 23.55 25.84 -
YUV 121.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 70 146 133 0.52 0 0.09 0.43 169.74 0.35 0.42
Hex 46 92 85 34 0 9 2B AA 23 2A
Octal 106 222 205 64 0 11 53 252 43 52
Binary 1000110 10010010 10000101 110100 0 1001 101011 10101010 100011 101010

Color Harmonies of #469285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469285

Black with #469285

Text Example


Text Example

White with #469285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469285; }

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

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

background-color css

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

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

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

border-color css

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

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

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