Html Css Color HEX #409482 Lochinvar

📋 copy color: '#409482'

red 64 ◦ green 148 ◦ blue 130

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

Shades of Lochinvar #409482

Tints of Lochinvar #409482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

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

R = 18.71%
G = 43.27%
B = 38.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#409482 (or 0x409482) is known color: Lochinvar. HEX triplet: 40, 94 and 82. RGB value is (64,148,130). Sum of RGB (Red+Green+Blue) = 64+148+130=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #409482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409482 is #BF6B7D. Grayscale: #787878. Windows color (decimal): -12544894 or 8557632. OLE color: 8557632.

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

Color convert

RGB 64 148 130 -
CMYK 0.57 0 0.12 0.42
HSL 167.14º 0.4% 0.42% -
HSV(B) 167.14º 0.57% 0.58% -
XYZ 16.73 23.88 24.85 -
YUV 120.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 64 148 130 0.57 0 0.12 0.42 167.14 0.4 0.42
Hex 40 94 82 39 0 C 2A A7 28 2A
Octal 100 224 202 71 0 14 52 247 50 52
Binary 1000000 10010100 10000010 111001 0 1100 101010 10100111 101000 101010

Color Harmonies of #409482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409482

Black with #409482

Text Example


Text Example

White with #409482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409482; }

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

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

background-color css

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

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

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

border-color css

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

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

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