Html Css Color HEX #449483 Lochinvar

📋 copy color: '#449483'

red 68 ◦ green 148 ◦ blue 131

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

Shades of Lochinvar #449483

Tints of Lochinvar #449483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

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

R = 19.6%
G = 42.65%
B = 37.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#449483 (or 0x449483) is known color: Lochinvar. HEX triplet: 44, 94 and 83. RGB value is (68,148,131). Sum of RGB (Red+Green+Blue) = 68+148+131=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #449483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449483 is #BB6B7C. Grayscale: #7A7A7A. Windows color (decimal): -12282749 or 8623172. OLE color: 8623172.

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

Color convert

RGB 68 148 131 -
CMYK 0.54 0 0.11 0.42
HSL 167.25º 0.37% 0.42% -
HSV(B) 167.25º 0.54% 0.58% -
XYZ 17.07 24.05 25.21 -
YUV 122.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 68 148 131 0.54 0 0.11 0.42 167.25 0.37 0.42
Hex 44 94 83 36 0 B 2A A7 25 2A
Octal 104 224 203 66 0 13 52 247 45 52
Binary 1000100 10010100 10000011 110110 0 1011 101010 10100111 100101 101010

Color Harmonies of #449483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449483

Black with #449483

Text Example


Text Example

White with #449483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449483; }

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

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

background-color css

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

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

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

border-color css

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

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

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