Html Css Color HEX #449182 Lochinvar

📋 copy color: '#449182'

red 68 ◦ green 145 ◦ blue 130

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

Shades of Lochinvar #449182

Tints of Lochinvar #449182

RGB

 RED value IS 68 (26.95% from 255) = 19.83%

 GREEN value IS 145 (57.03% from 255) = 42.27%

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 19.83%
G = 42.27%
B = 37.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#449182 (or 0x449182) is known color: Lochinvar. HEX triplet: 44, 91 and 82. RGB value is (68,145,130). Sum of RGB (Red+Green+Blue) = 68+145+130=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #449182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449182 is #BB6E7D. Grayscale: #787878. Windows color (decimal): -12283518 or 8556868. OLE color: 8556868.

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

Color convert

RGB 68 145 130 -
CMYK 0.53 0 0.10 0.43
HSL 168.31º 0.36% 0.42% -
HSV(B) 168.31º 0.53% 0.57% -
XYZ 16.54 23.09 24.7 -
YUV 120.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 68 145 130 0.53 0 0.10 0.43 168.31 0.36 0.42
Hex 44 91 82 35 0 A 2B A8 24 2A
Octal 104 221 202 65 0 12 53 250 44 52
Binary 1000100 10010001 10000010 110101 0 1010 101011 10101000 100100 101010

Color Harmonies of #449182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449182

Black with #449182

Text Example


Text Example

White with #449182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449182; }

 p { color: rgb(68,145,130); }

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

background-color css

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

 a { background-color: rgb(68,145,130); }

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

border-color css

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

 span { border-color: rgb(68,145,130); }

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