Html Css Color HEX #489683 Lochinvar

📋 copy color: '#489683'

red 72 ◦ green 150 ◦ blue 131

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

Shades of Lochinvar #489683

Tints of Lochinvar #489683

RGB

 RED value IS 72 (28.52% from 255) = 20.4%

 GREEN value IS 150 (58.98% from 255) = 42.49%

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

R = 20.4%
G = 42.49%
B = 37.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#489683 (or 0x489683) is known color: Lochinvar. HEX triplet: 48, 96 and 83. RGB value is (72,150,131). Sum of RGB (Red+Green+Blue) = 72+150+131=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #489683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489683 is #B7697C. Grayscale: #7C7C7C. Windows color (decimal): -12020093 or 8623688. OLE color: 8623688.

HSL color Cylindrical-coordinate representation of color #489683: hue angle of 165.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489683 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 150 131 -
CMYK 0.52 0 0.13 0.41
HSL 165.38º 0.35% 0.44% -
HSV(B) 165.38º 0.52% 0.59% -
XYZ 17.68 24.83 25.33 -
YUV 124.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 72 150 131 0.52 0 0.13 0.41 165.38 0.35 0.44
Hex 48 96 83 34 0 D 29 A5 23 2C
Octal 110 226 203 64 0 15 51 245 43 54
Binary 1001000 10010110 10000011 110100 0 1101 101001 10100101 100011 101100

Color Harmonies of #489683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489683

Black with #489683

Text Example


Text Example

White with #489683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489683; }

 p { color: rgb(72,150,131); }

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

background-color css

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

 a { background-color: rgb(72,150,131); }

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

border-color css

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

 span { border-color: rgb(72,150,131); }

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