Html Css Color HEX #408A83 Lochinvar

📋 copy color: '#408A83'

red 64 ◦ green 138 ◦ blue 131

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

Shades of Lochinvar #408A83

Tints of Lochinvar #408A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 19.22%
G = 41.44%
B = 39.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#408A83 (or 0x408A83) is known color: Lochinvar. HEX triplet: 40, 8A and 83. RGB value is (64,138,131). Sum of RGB (Red+Green+Blue) = 64+138+131=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #408A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A83 is #BF757C. Grayscale: #737373. Windows color (decimal): -12547453 or 8620608. OLE color: 8620608.

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

Color convert

RGB 64 138 131 -
CMYK 0.54 0 0.05 0.46
HSL 174.32º 0.37% 0.4% -
HSV(B) 174.32º 0.54% 0.54% -
XYZ 15.3 20.91 24.7 -
YUV 115.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 64 138 131 0.54 0 0.05 0.46 174.32 0.37 0.4
Hex 40 8A 83 36 0 5 2E AE 25 28
Octal 100 212 203 66 0 5 56 256 45 50
Binary 1000000 10001010 10000011 110110 0 101 101110 10101110 100101 101000

Color Harmonies of #408A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A83

Black with #408A83

Text Example


Text Example

White with #408A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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