Html Css Color HEX #488F7C Lochinvar

📋 copy color: '#488F7C'

red 72 ◦ green 143 ◦ blue 124

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

Shades of Lochinvar #488F7C

Tints of Lochinvar #488F7C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.18%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 21.24%
G = 42.18%
B = 36.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#488F7C (or 0x488F7C) is known color: Lochinvar. HEX triplet: 48, 8F and 7C. RGB value is (72,143,124). Sum of RGB (Red+Green+Blue) = 72+143+124=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #488F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488F7C is #B77083. Grayscale: #777777. Windows color (decimal): -12021892 or 8163144. OLE color: 8163144.

HSL color Cylindrical-coordinate representation of color #488F7C: hue angle of 163.94º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488F7C is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 143 124 -
CMYK 0.50 0 0.13 0.44
HSL 163.94º 0.33% 0.42% -
HSV(B) 163.94º 0.5% 0.56% -
XYZ 16.13 22.48 22.56 -
YUV 119.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 72 143 124 0.50 0 0.13 0.44 163.94 0.33 0.42
Hex 48 8F 7C 32 0 D 2C A4 21 2A
Octal 110 217 174 62 0 15 54 244 41 52
Binary 1001000 10001111 1111100 110010 0 1101 101100 10100100 100001 101010

Color Harmonies of #488F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488F7C

Black with #488F7C

Text Example


Text Example

White with #488F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488F7C; }

 p { color: rgb(72,143,124); }

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

background-color css

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

 a { background-color: rgb(72,143,124); }

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

border-color css

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

 span { border-color: rgb(72,143,124); }

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