Html Css Color HEX #489885 Lochinvar

📋 copy color: '#489885'

red 72 ◦ green 152 ◦ blue 133

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

Shades of Lochinvar #489885

Tints of Lochinvar #489885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

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

R = 20.17%
G = 42.58%
B = 37.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#489885 (or 0x489885) is known color: Lochinvar. HEX triplet: 48, 98 and 85. RGB value is (72,152,133). Sum of RGB (Red+Green+Blue) = 72+152+133=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #489885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489885 is #B7677A. Grayscale: #7D7D7D. Windows color (decimal): -12019579 or 8755272. OLE color: 8755272.

HSL color Cylindrical-coordinate representation of color #489885: hue angle of 165.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489885 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 133 -
CMYK 0.53 0 0.13 0.40
HSL 165.75º 0.36% 0.44% -
HSV(B) 165.75º 0.53% 0.6% -
XYZ 18.13 25.53 26.16 -
YUV 125.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 72 152 133 0.53 0 0.13 0.40 165.75 0.36 0.44
Hex 48 98 85 35 0 D 28 A6 24 2C
Octal 110 230 205 65 0 15 50 246 44 54
Binary 1001000 10011000 10000101 110101 0 1101 101000 10100110 100100 101100

Color Harmonies of #489885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489885

Black with #489885

Text Example


Text Example

White with #489885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489885; }

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

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

background-color css

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

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

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

border-color css

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

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

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