Html Css Color HEX #408A7C Lochinvar

📋 copy color: '#408A7C'

red 64 ◦ green 138 ◦ blue 124

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

Shades of Lochinvar #408A7C

Tints of Lochinvar #408A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 19.63%
G = 42.33%
B = 38.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#408A7C (or 0x408A7C) is known color: Lochinvar. HEX triplet: 40, 8A and 7C. RGB value is (64,138,124). Sum of RGB (Red+Green+Blue) = 64+138+124=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #408A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A7C is #BF7583. Grayscale: #727272. Windows color (decimal): -12547460 or 8161856. OLE color: 8161856.

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

Color convert

RGB 64 138 124 -
CMYK 0.54 0 0.10 0.46
HSL 168.65º 0.37% 0.4% -
HSV(B) 168.65º 0.54% 0.54% -
XYZ 14.84 20.72 22.29 -
YUV 114.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 64 138 124 0.54 0 0.10 0.46 168.65 0.37 0.4
Hex 40 8A 7C 36 0 A 2E A9 25 28
Octal 100 212 174 66 0 12 56 251 45 50
Binary 1000000 10001010 1111100 110110 0 1010 101110 10101001 100101 101000

Color Harmonies of #408A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A7C

Black with #408A7C

Text Example


Text Example

White with #408A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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