Html Css Color HEX #48927C Lochinvar

📋 copy color: '#48927C'

red 72 ◦ green 146 ◦ blue 124

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

Shades of Lochinvar #48927C

Tints of Lochinvar #48927C

RGB

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

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

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

R = 21.05%
G = 42.69%
B = 36.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#48927C (or 0x48927C) is known color: Lochinvar. HEX triplet: 48, 92 and 7C. RGB value is (72,146,124). Sum of RGB (Red+Green+Blue) = 72+146+124=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #48927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48927C is #B76D83. Grayscale: #797979. Windows color (decimal): -12021124 or 8163912. OLE color: 8163912.

HSL color Cylindrical-coordinate representation of color #48927C: hue angle of 162.16º 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 #48927C is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 146 124 -
CMYK 0.51 0 0.15 0.43
HSL 162.16º 0.34% 0.43% -
HSV(B) 162.16º 0.51% 0.57% -
XYZ 16.59 23.39 22.71 -
YUV 121.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 72 146 124 0.51 0 0.15 0.43 162.16 0.34 0.43
Hex 48 92 7C 33 0 F 2B A2 22 2B
Octal 110 222 174 63 0 17 53 242 42 53
Binary 1001000 10010010 1111100 110011 0 1111 101011 10100010 100010 101011

Color Harmonies of #48927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48927C

Black with #48927C

Text Example


Text Example

White with #48927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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