Html Css Color HEX #409682 Lochinvar

📋 copy color: '#409682'

red 64 ◦ green 150 ◦ blue 130

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

Shades of Lochinvar #409682

Tints of Lochinvar #409682

RGB

 RED value IS 64 (25.39% from 255) = 18.6%

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

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 18.6%
G = 43.6%
B = 37.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#409682 (or 0x409682) is known color: Lochinvar. HEX triplet: 40, 96 and 82. RGB value is (64,150,130). Sum of RGB (Red+Green+Blue) = 64+150+130=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #409682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409682 is #BF697D. Grayscale: #7A7A7A. Windows color (decimal): -12544382 or 8558144. OLE color: 8558144.

HSL color Cylindrical-coordinate representation of color #409682: hue angle of 166.05º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409682 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 150 130 -
CMYK 0.57 0 0.13 0.41
HSL 166.05º 0.4% 0.42% -
HSV(B) 166.05º 0.57% 0.59% -
XYZ 17.05 24.51 24.95 -
YUV 122.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 64 150 130 0.57 0 0.13 0.41 166.05 0.4 0.42
Hex 40 96 82 39 0 D 29 A6 28 2A
Octal 100 226 202 71 0 15 51 246 50 52
Binary 1000000 10010110 10000010 111001 0 1101 101001 10100110 101000 101010

Color Harmonies of #409682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409682

Black with #409682

Text Example


Text Example

White with #409682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409682; }

 p { color: rgb(64,150,130); }

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

background-color css

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

 a { background-color: rgb(64,150,130); }

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

border-color css

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

 span { border-color: rgb(64,150,130); }

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