Html Css Color HEX #408A84 Lochinvar

📋 copy color: '#408A84'

red 64 ◦ green 138 ◦ blue 132

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

Shades of Lochinvar #408A84

Tints of Lochinvar #408A84

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.32%

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

R = 19.16%
G = 41.32%
B = 39.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#408A84 (or 0x408A84) is known color: Lochinvar. HEX triplet: 40, 8A and 84. RGB value is (64,138,132). Sum of RGB (Red+Green+Blue) = 64+138+132=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #408A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A84 is #BF757B. Grayscale: #737373. Windows color (decimal): -12547452 or 8686144. OLE color: 8686144.

HSL color Cylindrical-coordinate representation of color #408A84: hue angle of 175.14º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A84 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 132 -
CMYK 0.54 0 0.04 0.46
HSL 175.14º 0.37% 0.4% -
HSV(B) 175.14º 0.54% 0.54% -
XYZ 15.37 20.93 25.06 -
YUV 115.19 137.48 91.49 -
System Red Green Blue C M Y K H S L
Decimal 64 138 132 0.54 0 0.04 0.46 175.14 0.37 0.4
Hex 40 8A 84 36 0 4 2E AF 25 28
Octal 100 212 204 66 0 4 56 257 45 50
Binary 1000000 10001010 10000100 110110 0 100 101110 10101111 100101 101000

Color Harmonies of #408A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A84

Black with #408A84

Text Example


Text Example

White with #408A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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