Html Css Color HEX #449B8D Lochinvar

📋 copy color: '#449B8D'

red 68 ◦ green 155 ◦ blue 141

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

Shades of Lochinvar #449B8D

Tints of Lochinvar #449B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 18.68%
G = 42.58%
B = 38.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#449B8D (or 0x449B8D) is known color: Lochinvar. HEX triplet: 44, 9B and 8D. RGB value is (68,155,141). Sum of RGB (Red+Green+Blue) = 68+155+141=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #449B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B8D is #BB6472. Grayscale: #7F7F7F. Windows color (decimal): -12280947 or 9280324. OLE color: 9280324.

HSL color Cylindrical-coordinate representation of color #449B8D: hue angle of 170.34º 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 #449B8D is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 141 -
CMYK 0.56 0 0.09 0.39
HSL 170.34º 0.39% 0.44% -
HSV(B) 170.34º 0.56% 0.61% -
XYZ 18.91 26.59 29.34 -
YUV 127.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 68 155 141 0.56 0 0.09 0.39 170.34 0.39 0.44
Hex 44 9B 8D 38 0 9 27 AA 27 2C
Octal 104 233 215 70 0 11 47 252 47 54
Binary 1000100 10011011 10001101 111000 0 1001 100111 10101010 100111 101100

Color Harmonies of #449B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B8D

Black with #449B8D

Text Example


Text Example

White with #449B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,155,141); }

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

background-color css

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

 a { background-color: rgb(68,155,141); }

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

border-color css

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

 span { border-color: rgb(68,155,141); }

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