Html Css Color HEX #449482 Lochinvar

📋 copy color: '#449482'

red 68 ◦ green 148 ◦ blue 130

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

Shades of Lochinvar #449482

Tints of Lochinvar #449482

RGB

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

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

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

R = 19.65%
G = 42.77%
B = 37.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#449482 (or 0x449482) is known color: Lochinvar. HEX triplet: 44, 94 and 82. RGB value is (68,148,130). Sum of RGB (Red+Green+Blue) = 68+148+130=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #449482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449482 is #BB6B7D. Grayscale: #7A7A7A. Windows color (decimal): -12282750 or 8557636. OLE color: 8557636.

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

Color convert

RGB 68 148 130 -
CMYK 0.54 0 0.12 0.42
HSL 166.5º 0.37% 0.42% -
HSV(B) 166.5º 0.54% 0.58% -
XYZ 17 24.02 24.86 -
YUV 122.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 68 148 130 0.54 0 0.12 0.42 166.5 0.37 0.42
Hex 44 94 82 36 0 C 2A A6 25 2A
Octal 104 224 202 66 0 14 52 246 45 52
Binary 1000100 10010100 10000010 110110 0 1100 101010 10100110 100101 101010

Color Harmonies of #449482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449482

Black with #449482

Text Example


Text Example

White with #449482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449482; }

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

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

background-color css

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

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

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

border-color css

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

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

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