Html Css Color HEX #488983 Lochinvar

📋 copy color: '#488983'

red 72 ◦ green 137 ◦ blue 131

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

Shades of Lochinvar #488983

Tints of Lochinvar #488983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.29%

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

R = 21.18%
G = 40.29%
B = 38.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#488983 (or 0x488983) is known color: Lochinvar. HEX triplet: 48, 89 and 83. RGB value is (72,137,131). Sum of RGB (Red+Green+Blue) = 72+137+131=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #488983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488983 is #B7767C. Grayscale: #747474. Windows color (decimal): -12023421 or 8620360. OLE color: 8620360.

HSL color Cylindrical-coordinate representation of color #488983: hue angle of 174.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488983 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 131 -
CMYK 0.47 0 0.04 0.46
HSL 174.46º 0.31% 0.41% -
HSV(B) 174.46º 0.47% 0.54% -
XYZ 15.71 20.91 24.68 -
YUV 116.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 72 137 131 0.47 0 0.04 0.46 174.46 0.31 0.41
Hex 48 89 83 2F 0 4 2E AE 1F 29
Octal 110 211 203 57 0 4 56 256 37 51
Binary 1001000 10001001 10000011 101111 0 100 101110 10101110 11111 101001

Color Harmonies of #488983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488983

Black with #488983

Text Example


Text Example

White with #488983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488983; }

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

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

background-color css

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

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

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

border-color css

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

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

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