Html Css Color HEX #409083 Lochinvar

📋 copy color: '#409083'

red 64 ◦ green 144 ◦ blue 131

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

Shades of Lochinvar #409083

Tints of Lochinvar #409083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.48%

 BLUE value IS 131 (51.56% from 255) = 38.64%

R = 18.88%
G = 42.48%
B = 38.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#409083 (or 0x409083) is known color: Lochinvar. HEX triplet: 40, 90 and 83. RGB value is (64,144,131). Sum of RGB (Red+Green+Blue) = 64+144+131=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #409083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409083 is #BF6F7C. Grayscale: #767676. Windows color (decimal): -12545917 or 8622144. OLE color: 8622144.

HSL color Cylindrical-coordinate representation of color #409083: hue angle of 170.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409083 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 144 131 -
CMYK 0.56 0 0.09 0.44
HSL 170.25º 0.38% 0.41% -
HSV(B) 170.25º 0.56% 0.56% -
XYZ 16.18 22.68 25 -
YUV 118.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 64 144 131 0.56 0 0.09 0.44 170.25 0.38 0.41
Hex 40 90 83 38 0 9 2C AA 26 29
Octal 100 220 203 70 0 11 54 252 46 51
Binary 1000000 10010000 10000011 111000 0 1001 101100 10101010 100110 101001

Color Harmonies of #409083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409083

Black with #409083

Text Example


Text Example

White with #409083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409083; }

 p { color: rgb(64,144,131); }

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

background-color css

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

 a { background-color: rgb(64,144,131); }

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

border-color css

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

 span { border-color: rgb(64,144,131); }

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