Html Css Color HEX #408A7A Lochinvar

📋 copy color: '#408A7A'

red 64 ◦ green 138 ◦ blue 122

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

Shades of Lochinvar #408A7A

Tints of Lochinvar #408A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 19.75%
G = 42.59%
B = 37.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#408A7A (or 0x408A7A) is known color: Lochinvar. HEX triplet: 40, 8A and 7A. RGB value is (64,138,122). Sum of RGB (Red+Green+Blue) = 64+138+122=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #408A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A7A is #BF7585. Grayscale: #727272. Windows color (decimal): -12547462 or 8030784. OLE color: 8030784.

HSL color Cylindrical-coordinate representation of color #408A7A: hue angle of 167.03º 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 #408A7A is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 122 -
CMYK 0.54 0 0.12 0.46
HSL 167.03º 0.37% 0.4% -
HSV(B) 167.03º 0.54% 0.54% -
XYZ 14.72 20.67 21.63 -
YUV 114.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 64 138 122 0.54 0 0.12 0.46 167.03 0.37 0.4
Hex 40 8A 7A 36 0 C 2E A7 25 28
Octal 100 212 172 66 0 14 56 247 45 50
Binary 1000000 10001010 1111010 110110 0 1100 101110 10100111 100101 101000

Color Harmonies of #408A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A7A

Black with #408A7A

Text Example


Text Example

White with #408A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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