Html Css Color HEX #469981 Lochinvar

📋 copy color: '#469981'

red 70 ◦ green 153 ◦ blue 129

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

Shades of Lochinvar #469981

Tints of Lochinvar #469981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

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

R = 19.89%
G = 43.47%
B = 36.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#469981 (or 0x469981) is known color: Lochinvar. HEX triplet: 46, 99 and 81. RGB value is (70,153,129). Sum of RGB (Red+Green+Blue) = 70+153+129=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #469981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469981 is #B9667E. Grayscale: #7D7D7D. Windows color (decimal): -12150399 or 8493382. OLE color: 8493382.

HSL color Cylindrical-coordinate representation of color #469981: hue angle of 162.65º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469981 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 129 -
CMYK 0.54 0 0.16 0.4
HSL 162.65º 0.37% 0.44% -
HSV(B) 162.65º 0.54% 0.6% -
XYZ 17.88 25.67 24.78 -
YUV 125.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 70 153 129 0.54 0 0.16 0.4 162.65 0.37 0.44
Hex 46 99 81 36 0 10 28 A3 25 2C
Octal 106 231 201 66 0 20 50 243 45 54
Binary 1000110 10011001 10000001 110110 0 10000 101000 10100011 100101 101100

Color Harmonies of #469981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469981

Black with #469981

Text Example


Text Example

White with #469981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469981; }

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

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

background-color css

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

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

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

border-color css

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

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

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