Html Css Color HEX #449385 Lochinvar

📋 copy color: '#449385'

red 68 ◦ green 147 ◦ blue 133

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

Shades of Lochinvar #449385

Tints of Lochinvar #449385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 19.54%
G = 42.24%
B = 38.22%

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

#449385 (or 0x449385) is known color: Lochinvar. HEX triplet: 44, 93 and 85. RGB value is (68,147,133). Sum of RGB (Red+Green+Blue) = 68+147+133=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #449385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449385 is #BB6C7A. Grayscale: #797979. Windows color (decimal): -12283003 or 8753988. OLE color: 8753988.

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

Color convert

RGB 68 147 133 -
CMYK 0.54 0 0.10 0.42
HSL 169.37º 0.37% 0.42% -
HSV(B) 169.37º 0.54% 0.58% -
XYZ 17.05 23.79 25.88 -
YUV 121.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 68 147 133 0.54 0 0.10 0.42 169.37 0.37 0.42
Hex 44 93 85 36 0 A 2A A9 25 2A
Octal 104 223 205 66 0 12 52 251 45 52
Binary 1000100 10010011 10000101 110110 0 1010 101010 10101001 100101 101010

Color Harmonies of #449385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449385

Black with #449385

Text Example


Text Example

White with #449385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449385; }

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

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

background-color css

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

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

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

border-color css

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

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

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