Html Css Color HEX #469681 Lochinvar

📋 copy color: '#469681'

red 70 ◦ green 150 ◦ blue 129

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

Shades of Lochinvar #469681

Tints of Lochinvar #469681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.98%

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

R = 20.06%
G = 42.98%
B = 36.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#469681 (or 0x469681) is known color: Lochinvar. HEX triplet: 46, 96 and 81. RGB value is (70,150,129). Sum of RGB (Red+Green+Blue) = 70+150+129=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #469681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469681 is #B9697E. Grayscale: #7B7B7B. Windows color (decimal): -12151167 or 8492614. OLE color: 8492614.

HSL color Cylindrical-coordinate representation of color #469681: hue angle of 164.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469681 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 150 129 -
CMYK 0.53 0 0.14 0.41
HSL 164.25º 0.36% 0.43% -
HSV(B) 164.25º 0.53% 0.59% -
XYZ 17.39 24.7 24.62 -
YUV 123.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 70 150 129 0.53 0 0.14 0.41 164.25 0.36 0.43
Hex 46 96 81 35 0 E 29 A4 24 2B
Octal 106 226 201 65 0 16 51 244 44 53
Binary 1000110 10010110 10000001 110101 0 1110 101001 10100100 100100 101011

Color Harmonies of #469681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469681

Black with #469681

Text Example


Text Example

White with #469681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469681; }

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

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

background-color css

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

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

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

border-color css

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

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

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