Html Css Color HEX #419483 Lochinvar

📋 copy color: '#419483'

red 65 ◦ green 148 ◦ blue 131

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

Shades of Lochinvar #419483

Tints of Lochinvar #419483

RGB

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

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

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

R = 18.9%
G = 43.02%
B = 38.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#419483 (or 0x419483) is known color: Lochinvar. HEX triplet: 41, 94 and 83. RGB value is (65,148,131). Sum of RGB (Red+Green+Blue) = 65+148+131=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #419483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419483 is #BE6B7C. Grayscale: #797979. Windows color (decimal): -12479357 or 8623169. OLE color: 8623169.

HSL color Cylindrical-coordinate representation of color #419483: hue angle of 167.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419483 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 148 131 -
CMYK 0.56 0 0.11 0.42
HSL 167.71º 0.39% 0.42% -
HSV(B) 167.71º 0.56% 0.58% -
XYZ 16.87 23.94 25.21 -
YUV 121.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 65 148 131 0.56 0 0.11 0.42 167.71 0.39 0.42
Hex 41 94 83 38 0 B 2A A8 27 2A
Octal 101 224 203 70 0 13 52 250 47 52
Binary 1000001 10010100 10000011 111000 0 1011 101010 10101000 100111 101010

Color Harmonies of #419483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419483

Black with #419483

Text Example


Text Example

White with #419483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419483; }

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

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

background-color css

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

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

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

border-color css

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

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

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