Html Css Color HEX #419083 Lochinvar

📋 copy color: '#419083'

red 65 ◦ green 144 ◦ blue 131

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

Shades of Lochinvar #419083

Tints of Lochinvar #419083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

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

R = 19.12%
G = 42.35%
B = 38.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#419083 (or 0x419083) is known color: Lochinvar. HEX triplet: 41, 90 and 83. RGB value is (65,144,131). Sum of RGB (Red+Green+Blue) = 65+144+131=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #419083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419083 is #BE6F7C. Grayscale: #767676. Windows color (decimal): -12480381 or 8622145. OLE color: 8622145.

HSL color Cylindrical-coordinate representation of color #419083: hue angle of 170.13º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419083 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 131 -
CMYK 0.55 0 0.09 0.44
HSL 170.13º 0.38% 0.41% -
HSV(B) 170.13º 0.55% 0.56% -
XYZ 16.25 22.71 25 -
YUV 118.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 65 144 131 0.55 0 0.09 0.44 170.13 0.38 0.41
Hex 41 90 83 37 0 9 2C AA 26 29
Octal 101 220 203 67 0 11 54 252 46 51
Binary 1000001 10010000 10000011 110111 0 1001 101100 10101010 100110 101001

Color Harmonies of #419083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419083

Black with #419083

Text Example


Text Example

White with #419083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419083; }

 p { color: rgb(65,144,131); }

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

background-color css

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

 a { background-color: rgb(65,144,131); }

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

border-color css

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

 span { border-color: rgb(65,144,131); }

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