Html Css Color HEX #419788 Lochinvar

📋 copy color: '#419788'

red 65 ◦ green 151 ◦ blue 136

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

Shades of Lochinvar #419788

Tints of Lochinvar #419788

RGB

 RED value IS 65 (25.78% from 255) = 18.47%

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

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

R = 18.47%
G = 42.9%
B = 38.64%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#419788 (or 0x419788) is known color: Lochinvar. HEX triplet: 41, 97 and 88. RGB value is (65,151,136). Sum of RGB (Red+Green+Blue) = 65+151+136=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #419788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419788 is #BE6877. Grayscale: #7B7B7B. Windows color (decimal): -12478584 or 8951617. OLE color: 8951617.

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

Color convert

RGB 65 151 136 -
CMYK 0.57 0 0.10 0.41
HSL 169.53º 0.4% 0.42% -
HSV(B) 169.53º 0.57% 0.59% -
XYZ 17.69 25.03 27.19 -
YUV 123.58 135.01 86.22 -
System Red Green Blue C M Y K H S L
Decimal 65 151 136 0.57 0 0.10 0.41 169.53 0.4 0.42
Hex 41 97 88 39 0 A 29 AA 28 2A
Octal 101 227 210 71 0 12 51 252 50 52
Binary 1000001 10010111 10001000 111001 0 1010 101001 10101010 101000 101010

Color Harmonies of #419788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419788

Black with #419788

Text Example


Text Example

White with #419788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419788; }

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

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

background-color css

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

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

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

border-color css

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

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

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