Html Css Color HEX #449082 Lochinvar

📋 copy color: '#449082'

red 68 ◦ green 144 ◦ blue 130

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

Shades of Lochinvar #449082

Tints of Lochinvar #449082

RGB

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

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

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

R = 19.88%
G = 42.11%
B = 38.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#449082 (or 0x449082) is known color: Lochinvar. HEX triplet: 44, 90 and 82. RGB value is (68,144,130). Sum of RGB (Red+Green+Blue) = 68+144+130=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #449082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449082 is #BB6F7D. Grayscale: #777777. Windows color (decimal): -12283774 or 8556612. OLE color: 8556612.

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

Color convert

RGB 68 144 130 -
CMYK 0.53 0 0.10 0.44
HSL 168.95º 0.36% 0.42% -
HSV(B) 168.95º 0.53% 0.56% -
XYZ 16.39 22.79 24.65 -
YUV 119.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 68 144 130 0.53 0 0.10 0.44 168.95 0.36 0.42
Hex 44 90 82 35 0 A 2C A9 24 2A
Octal 104 220 202 65 0 12 54 251 44 52
Binary 1000100 10010000 10000010 110101 0 1010 101100 10101001 100100 101010

Color Harmonies of #449082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449082

Black with #449082

Text Example


Text Example

White with #449082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449082; }

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

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

background-color css

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

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

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

border-color css

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

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

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