Html Css Color HEX #409483 Lochinvar

📋 copy color: '#409483'

red 64 ◦ green 148 ◦ blue 131

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

Shades of Lochinvar #409483

Tints of Lochinvar #409483

RGB

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

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

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

R = 18.66%
G = 43.15%
B = 38.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#409483 (or 0x409483) is known color: Lochinvar. HEX triplet: 40, 94 and 83. RGB value is (64,148,131). Sum of RGB (Red+Green+Blue) = 64+148+131=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #409483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409483 is #BF6B7C. Grayscale: #787878. Windows color (decimal): -12544893 or 8623168. OLE color: 8623168.

HSL color Cylindrical-coordinate representation of color #409483: hue angle of 167.86º 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 #409483 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 131 -
CMYK 0.57 0 0.11 0.42
HSL 167.86º 0.4% 0.42% -
HSV(B) 167.86º 0.57% 0.58% -
XYZ 16.8 23.91 25.2 -
YUV 120.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 64 148 131 0.57 0 0.11 0.42 167.86 0.4 0.42
Hex 40 94 83 39 0 B 2A A8 28 2A
Octal 100 224 203 71 0 13 52 250 50 52
Binary 1000000 10010100 10000011 111001 0 1011 101010 10101000 101000 101010

Color Harmonies of #409483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409483

Black with #409483

Text Example


Text Example

White with #409483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409483; }

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

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

background-color css

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

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

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

border-color css

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

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

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