Html Css Color HEX #408F81 Lochinvar

📋 copy color: '#408F81'

red 64 ◦ green 143 ◦ blue 129

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

Shades of Lochinvar #408F81

Tints of Lochinvar #408F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 19.05%
G = 42.56%
B = 38.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#408F81 (or 0x408F81) is known color: Lochinvar. HEX triplet: 40, 8F and 81. RGB value is (64,143,129). Sum of RGB (Red+Green+Blue) = 64+143+129=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #408F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F81 is #BF707E. Grayscale: #757575. Windows color (decimal): -12546175 or 8490816. OLE color: 8490816.

HSL color Cylindrical-coordinate representation of color #408F81: hue angle of 169.37º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F81 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 129 -
CMYK 0.55 0 0.10 0.44
HSL 169.37º 0.38% 0.41% -
HSV(B) 169.37º 0.55% 0.56% -
XYZ 15.9 22.32 24.24 -
YUV 117.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 64 143 129 0.55 0 0.10 0.44 169.37 0.38 0.41
Hex 40 8F 81 37 0 A 2C A9 26 29
Octal 100 217 201 67 0 12 54 251 46 51
Binary 1000000 10001111 10000001 110111 0 1010 101100 10101001 100110 101001

Color Harmonies of #408F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F81

Black with #408F81

Text Example


Text Example

White with #408F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,143,129); }

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

background-color css

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

 a { background-color: rgb(64,143,129); }

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

border-color css

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

 span { border-color: rgb(64,143,129); }

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