Html Css Color HEX #469984 Lochinvar

📋 copy color: '#469984'

red 70 ◦ green 153 ◦ blue 132

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

Shades of Lochinvar #469984

Tints of Lochinvar #469984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 19.72%
G = 43.1%
B = 37.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#469984 (or 0x469984) is known color: Lochinvar. HEX triplet: 46, 99 and 84. RGB value is (70,153,132). Sum of RGB (Red+Green+Blue) = 70+153+132=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #469984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469984 is #B9667B. Grayscale: #7D7D7D. Windows color (decimal): -12150396 or 8689990. OLE color: 8689990.

HSL color Cylindrical-coordinate representation of color #469984: hue angle of 164.82º 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 #469984 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 132 -
CMYK 0.54 0 0.14 0.4
HSL 164.82º 0.37% 0.44% -
HSV(B) 164.82º 0.54% 0.6% -
XYZ 18.08 25.75 25.85 -
YUV 125.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 70 153 132 0.54 0 0.14 0.4 164.82 0.37 0.44
Hex 46 99 84 36 0 E 28 A5 25 2C
Octal 106 231 204 66 0 16 50 245 45 54
Binary 1000110 10011001 10000100 110110 0 1110 101000 10100101 100101 101100

Color Harmonies of #469984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469984

Black with #469984

Text Example


Text Example

White with #469984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469984; }

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

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

background-color css

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

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

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

border-color css

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

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

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