Html Css Color HEX #489285 Lochinvar

📋 copy color: '#489285'

red 72 ◦ green 146 ◦ blue 133

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

Shades of Lochinvar #489285

Tints of Lochinvar #489285

RGB

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

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

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

R = 20.51%
G = 41.6%
B = 37.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#489285 (or 0x489285) is known color: Lochinvar. HEX triplet: 48, 92 and 85. RGB value is (72,146,133). Sum of RGB (Red+Green+Blue) = 72+146+133=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #489285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489285 is #B76D7A. Grayscale: #7A7A7A. Windows color (decimal): -12021115 or 8753736. OLE color: 8753736.

HSL color Cylindrical-coordinate representation of color #489285: hue angle of 169.46º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489285 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 133 -
CMYK 0.51 0 0.09 0.43
HSL 169.46º 0.34% 0.43% -
HSV(B) 169.46º 0.51% 0.57% -
XYZ 17.19 23.63 25.85 -
YUV 122.39 133.98 92.06 -
System Red Green Blue C M Y K H S L
Decimal 72 146 133 0.51 0 0.09 0.43 169.46 0.34 0.43
Hex 48 92 85 33 0 9 2B A9 22 2B
Octal 110 222 205 63 0 11 53 251 42 53
Binary 1001000 10010010 10000101 110011 0 1001 101011 10101001 100010 101011

Color Harmonies of #489285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489285

Black with #489285

Text Example


Text Example

White with #489285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489285; }

 p { color: rgb(72,146,133); }

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

background-color css

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

 a { background-color: rgb(72,146,133); }

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

border-color css

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

 span { border-color: rgb(72,146,133); }

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