Html Css Color HEX #449278 Lochinvar

📋 copy color: '#449278'

red 68 ◦ green 146 ◦ blue 120

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

Shades of Lochinvar #449278

Tints of Lochinvar #449278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.71%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 20.36%
G = 43.71%
B = 35.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#449278 (or 0x449278) is known color: Lochinvar. HEX triplet: 44, 92 and 78. RGB value is (68,146,120). Sum of RGB (Red+Green+Blue) = 68+146+120=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #449278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449278 is #BB6D87. Grayscale: #777777. Windows color (decimal): -12283272 or 7901764. OLE color: 7901764.

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

Color convert

RGB 68 146 120 -
CMYK 0.53 0 0.18 0.43
HSL 160º 0.36% 0.42% -
HSV(B) 160º 0.53% 0.57% -
XYZ 16.05 23.14 21.39 -
YUV 119.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 68 146 120 0.53 0 0.18 0.43 160 0.36 0.42
Hex 44 92 78 35 0 12 2B A0 24 2A
Octal 104 222 170 65 0 22 53 240 44 52
Binary 1000100 10010010 1111000 110101 0 10010 101011 10100000 100100 101010

Color Harmonies of #449278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449278

Black with #449278

Text Example


Text Example

White with #449278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449278; }

 p { color: rgb(68,146,120); }

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

background-color css

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

 a { background-color: rgb(68,146,120); }

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

border-color css

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

 span { border-color: rgb(68,146,120); }

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