Html Css Color HEX #40947C Lochinvar

📋 copy color: '#40947C'

red 64 ◦ green 148 ◦ blue 124

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

Shades of Lochinvar #40947C

Tints of Lochinvar #40947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

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

R = 19.05%
G = 44.05%
B = 36.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#40947C (or 0x40947C) is known color: Lochinvar. HEX triplet: 40, 94 and 7C. RGB value is (64,148,124). Sum of RGB (Red+Green+Blue) = 64+148+124=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #40947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40947C is #BF6B83. Grayscale: #787878. Windows color (decimal): -12544900 or 8164416. OLE color: 8164416.

HSL color Cylindrical-coordinate representation of color #40947C: hue angle of 162.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40947C is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 124 -
CMYK 0.57 0 0.16 0.42
HSL 162.86º 0.4% 0.42% -
HSV(B) 162.86º 0.57% 0.58% -
XYZ 16.34 23.73 22.79 -
YUV 120.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 64 148 124 0.57 0 0.16 0.42 162.86 0.4 0.42
Hex 40 94 7C 39 0 10 2A A3 28 2A
Octal 100 224 174 71 0 20 52 243 50 52
Binary 1000000 10010100 1111100 111001 0 10000 101010 10100011 101000 101010

Color Harmonies of #40947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40947C

Black with #40947C

Text Example


Text Example

White with #40947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40947C; }

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

 H1.HeaderClassName
 {
   color: #40947C;
 }
 .AnyTagClassName
 {
   color: #40947C;
 }
</style>

background-color css

<style>
 a { background-color: #40947C; }

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

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

border-color css

<style>
 span { border-color: #40947C; }

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

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