Html Css Color HEX #449083 Lochinvar

📋 copy color: '#449083'

red 68 ◦ green 144 ◦ blue 131

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

Shades of Lochinvar #449083

Tints of Lochinvar #449083

RGB

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

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

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

R = 19.83%
G = 41.98%
B = 38.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#449083 (or 0x449083) is known color: Lochinvar. HEX triplet: 44, 90 and 83. RGB value is (68,144,131). Sum of RGB (Red+Green+Blue) = 68+144+131=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #449083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449083 is #BB6F7C. Grayscale: #777777. Windows color (decimal): -12283773 or 8622148. OLE color: 8622148.

HSL color Cylindrical-coordinate representation of color #449083: hue angle of 169.74º 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 #449083 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 131 -
CMYK 0.53 0 0.09 0.44
HSL 169.74º 0.36% 0.42% -
HSV(B) 169.74º 0.53% 0.56% -
XYZ 16.45 22.81 25.01 -
YUV 119.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 68 144 131 0.53 0 0.09 0.44 169.74 0.36 0.42
Hex 44 90 83 35 0 9 2C AA 24 2A
Octal 104 220 203 65 0 11 54 252 44 52
Binary 1000100 10010000 10000011 110101 0 1001 101100 10101010 100100 101010

Color Harmonies of #449083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449083

Black with #449083

Text Example


Text Example

White with #449083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449083; }

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

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

background-color css

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

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

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

border-color css

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

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

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