Html Css Color HEX #40867C Lochinvar

📋 copy color: '#40867C'

red 64 ◦ green 134 ◦ blue 124

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

Shades of Lochinvar #40867C

Tints of Lochinvar #40867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

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

R = 19.88%
G = 41.61%
B = 38.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#40867C (or 0x40867C) is known color: Lochinvar. HEX triplet: 40, 86 and 7C. RGB value is (64,134,124). Sum of RGB (Red+Green+Blue) = 64+134+124=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #40867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40867C is #BF7983. Grayscale: #6F6F6F. Windows color (decimal): -12548484 or 8160832. OLE color: 8160832.

HSL color Cylindrical-coordinate representation of color #40867C: hue angle of 171.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40867C is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 124 -
CMYK 0.52 0 0.07 0.47
HSL 171.43º 0.35% 0.39% -
HSV(B) 171.43º 0.52% 0.53% -
XYZ 14.28 19.6 22.1 -
YUV 111.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 64 134 124 0.52 0 0.07 0.47 171.43 0.35 0.39
Hex 40 86 7C 34 0 7 2F AB 23 27
Octal 100 206 174 64 0 7 57 253 43 47
Binary 1000000 10000110 1111100 110100 0 111 101111 10101011 100011 100111

Color Harmonies of #40867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40867C

Black with #40867C

Text Example


Text Example

White with #40867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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