Html Css Color HEX #409384 Lochinvar

📋 copy color: '#409384'

red 64 ◦ green 147 ◦ blue 132

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

Shades of Lochinvar #409384

Tints of Lochinvar #409384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 18.66%
G = 42.86%
B = 38.48%

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

#409384 (or 0x409384) is known color: Lochinvar. HEX triplet: 40, 93 and 84. RGB value is (64,147,132). Sum of RGB (Red+Green+Blue) = 64+147+132=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #409384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409384 is #BF6C7B. Grayscale: #787878. Windows color (decimal): -12545148 or 8688448. OLE color: 8688448.

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

Color convert

RGB 64 147 132 -
CMYK 0.56 0 0.10 0.42
HSL 169.16º 0.39% 0.41% -
HSV(B) 169.16º 0.56% 0.58% -
XYZ 16.71 23.62 25.51 -
YUV 120.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 64 147 132 0.56 0 0.10 0.42 169.16 0.39 0.41
Hex 40 93 84 38 0 A 2A A9 27 29
Octal 100 223 204 70 0 12 52 251 47 51
Binary 1000000 10010011 10000100 111000 0 1010 101010 10101001 100111 101001

Color Harmonies of #409384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409384

Black with #409384

Text Example


Text Example

White with #409384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409384; }

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

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

background-color css

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

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

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

border-color css

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

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

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