Html Css Color HEX #449C90 Lochinvar

📋 copy color: '#449C90'

red 68 ◦ green 156 ◦ blue 144

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

Shades of Lochinvar #449C90

Tints of Lochinvar #449C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 18.48%
G = 42.39%
B = 39.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#449C90 (or 0x449C90) is known color: Lochinvar. HEX triplet: 44, 9C and 90. RGB value is (68,156,144). Sum of RGB (Red+Green+Blue) = 68+156+144=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #449C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449C90 is #BB636F. Grayscale: #808080. Windows color (decimal): -12280688 or 9477188. OLE color: 9477188.

HSL color Cylindrical-coordinate representation of color #449C90: hue angle of 171.82º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C90 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 144 -
CMYK 0.56 0 0.08 0.39
HSL 171.82º 0.39% 0.44% -
HSV(B) 171.82º 0.56% 0.61% -
XYZ 19.31 27.02 30.58 -
YUV 128.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 68 156 144 0.56 0 0.08 0.39 171.82 0.39 0.44
Hex 44 9C 90 38 0 8 27 AC 27 2C
Octal 104 234 220 70 0 10 47 254 47 54
Binary 1000100 10011100 10010000 111000 0 1000 100111 10101100 100111 101100

Color Harmonies of #449C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C90

Black with #449C90

Text Example


Text Example

White with #449C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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