Html Css Color HEX #409385 Lochinvar

📋 copy color: '#409385'

red 64 ◦ green 147 ◦ blue 133

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

Shades of Lochinvar #409385

Tints of Lochinvar #409385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 18.6%
G = 42.73%
B = 38.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#409385 (or 0x409385) is known color: Lochinvar. HEX triplet: 40, 93 and 85. RGB value is (64,147,133). Sum of RGB (Red+Green+Blue) = 64+147+133=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #409385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409385 is #BF6C7A. Grayscale: #787878. Windows color (decimal): -12545147 or 8753984. OLE color: 8753984.

HSL color Cylindrical-coordinate representation of color #409385: hue angle of 169.88º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409385 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 147 133 -
CMYK 0.56 0 0.10 0.42
HSL 169.88º 0.39% 0.41% -
HSV(B) 169.88º 0.56% 0.58% -
XYZ 16.78 23.65 25.87 -
YUV 120.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 64 147 133 0.56 0 0.10 0.42 169.88 0.39 0.41
Hex 40 93 85 38 0 A 2A AA 27 29
Octal 100 223 205 70 0 12 52 252 47 51
Binary 1000000 10010011 10000101 111000 0 1010 101010 10101010 100111 101001

Color Harmonies of #409385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409385

Black with #409385

Text Example


Text Example

White with #409385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409385; }

 p { color: rgb(64,147,133); }

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

background-color css

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

 a { background-color: rgb(64,147,133); }

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

border-color css

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

 span { border-color: rgb(64,147,133); }

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