Html Css Color HEX #408A7D Lochinvar

📋 copy color: '#408A7D'

red 64 ◦ green 138 ◦ blue 125

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

Shades of Lochinvar #408A7D

Tints of Lochinvar #408A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 19.57%
G = 42.2%
B = 38.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#408A7D (or 0x408A7D) is known color: Lochinvar. HEX triplet: 40, 8A and 7D. RGB value is (64,138,125). Sum of RGB (Red+Green+Blue) = 64+138+125=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #408A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A7D is #BF7582. Grayscale: #727272. Windows color (decimal): -12547459 or 8227392. OLE color: 8227392.

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

Color convert

RGB 64 138 125 -
CMYK 0.54 0 0.09 0.46
HSL 169.46º 0.37% 0.4% -
HSV(B) 169.46º 0.54% 0.54% -
XYZ 14.9 20.75 22.62 -
YUV 114.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 64 138 125 0.54 0 0.09 0.46 169.46 0.37 0.4
Hex 40 8A 7D 36 0 9 2E A9 25 28
Octal 100 212 175 66 0 11 56 251 45 50
Binary 1000000 10001010 1111101 110110 0 1001 101110 10101001 100101 101000

Color Harmonies of #408A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A7D

Black with #408A7D

Text Example


Text Example

White with #408A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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