Html Css Color HEX #409788 Lochinvar

📋 copy color: '#409788'

red 64 ◦ green 151 ◦ blue 136

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

Shades of Lochinvar #409788

Tints of Lochinvar #409788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.02%

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 18.23%
G = 43.02%
B = 38.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#409788 (or 0x409788) is known color: Lochinvar. HEX triplet: 40, 97 and 88. RGB value is (64,151,136). Sum of RGB (Red+Green+Blue) = 64+151+136=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #409788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409788 is #BF6877. Grayscale: #7B7B7B. Windows color (decimal): -12544120 or 8951616. OLE color: 8951616.

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

Color convert

RGB 64 151 136 -
CMYK 0.58 0 0.10 0.41
HSL 169.66º 0.4% 0.42% -
HSV(B) 169.66º 0.58% 0.59% -
XYZ 17.62 25 27.19 -
YUV 123.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 64 151 136 0.58 0 0.10 0.41 169.66 0.4 0.42
Hex 40 97 88 3A 0 A 29 AA 28 2A
Octal 100 227 210 72 0 12 51 252 50 52
Binary 1000000 10010111 10001000 111010 0 1010 101001 10101010 101000 101010

Color Harmonies of #409788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409788

Black with #409788

Text Example


Text Example

White with #409788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409788; }

 p { color: rgb(64,151,136); }

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

background-color css

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

 a { background-color: rgb(64,151,136); }

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

border-color css

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

 span { border-color: rgb(64,151,136); }

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