Html Css Color HEX #449384 Lochinvar

📋 copy color: '#449384'

red 68 ◦ green 147 ◦ blue 132

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

Shades of Lochinvar #449384

Tints of Lochinvar #449384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 19.6%
G = 42.36%
B = 38.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#449384 (or 0x449384) is known color: Lochinvar. HEX triplet: 44, 93 and 84. RGB value is (68,147,132). Sum of RGB (Red+Green+Blue) = 68+147+132=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #449384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449384 is #BB6C7B. Grayscale: #797979. Windows color (decimal): -12283004 or 8688452. OLE color: 8688452.

HSL color Cylindrical-coordinate representation of color #449384: hue angle of 168.61º 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 #449384 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 147 132 -
CMYK 0.54 0 0.10 0.42
HSL 168.61º 0.37% 0.42% -
HSV(B) 168.61º 0.54% 0.58% -
XYZ 16.98 23.76 25.52 -
YUV 121.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 68 147 132 0.54 0 0.10 0.42 168.61 0.37 0.42
Hex 44 93 84 36 0 A 2A A9 25 2A
Octal 104 223 204 66 0 12 52 251 45 52
Binary 1000100 10010011 10000100 110110 0 1010 101010 10101001 100101 101010

Color Harmonies of #449384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449384

Black with #449384

Text Example


Text Example

White with #449384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449384; }

 p { color: rgb(68,147,132); }

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

background-color css

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

 a { background-color: rgb(68,147,132); }

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

border-color css

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

 span { border-color: rgb(68,147,132); }

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