Html Css Color HEX #449985 Lochinvar

📋 copy color: '#449985'

red 68 ◦ green 153 ◦ blue 133

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

Shades of Lochinvar #449985

Tints of Lochinvar #449985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

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

R = 19.21%
G = 43.22%
B = 37.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#449985 (or 0x449985) is known color: Lochinvar. HEX triplet: 44, 99 and 85. RGB value is (68,153,133). Sum of RGB (Red+Green+Blue) = 68+153+133=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #449985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449985 is #BB667A. Grayscale: #7D7D7D. Windows color (decimal): -12281467 or 8755524. OLE color: 8755524.

HSL color Cylindrical-coordinate representation of color #449985: hue angle of 165.88º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449985 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 153 133 -
CMYK 0.56 0 0.13 0.4
HSL 165.88º 0.38% 0.43% -
HSV(B) 165.88º 0.56% 0.6% -
XYZ 18.01 25.7 26.2 -
YUV 125.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 68 153 133 0.56 0 0.13 0.4 165.88 0.38 0.43
Hex 44 99 85 38 0 D 28 A6 26 2B
Octal 104 231 205 70 0 15 50 246 46 53
Binary 1000100 10011001 10000101 111000 0 1101 101000 10100110 100110 101011

Color Harmonies of #449985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449985

Black with #449985

Text Example


Text Example

White with #449985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449985; }

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

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

background-color css

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

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

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

border-color css

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

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

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