Html Css Color HEX #48907C Lochinvar

📋 copy color: '#48907C'

red 72 ◦ green 144 ◦ blue 124

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

Shades of Lochinvar #48907C

Tints of Lochinvar #48907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

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

R = 21.18%
G = 42.35%
B = 36.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#48907C (or 0x48907C) is known color: Lochinvar. HEX triplet: 48, 90 and 7C. RGB value is (72,144,124). Sum of RGB (Red+Green+Blue) = 72+144+124=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #48907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48907C is #B76F83. Grayscale: #787878. Windows color (decimal): -12021636 or 8163400. OLE color: 8163400.

HSL color Cylindrical-coordinate representation of color #48907C: hue angle of 163.33º 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 #48907C is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 124 -
CMYK 0.50 0 0.14 0.44
HSL 163.33º 0.33% 0.42% -
HSV(B) 163.33º 0.5% 0.56% -
XYZ 16.28 22.78 22.61 -
YUV 120.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 72 144 124 0.50 0 0.14 0.44 163.33 0.33 0.42
Hex 48 90 7C 32 0 E 2C A3 21 2A
Octal 110 220 174 62 0 16 54 243 41 52
Binary 1001000 10010000 1111100 110010 0 1110 101100 10100011 100001 101010

Color Harmonies of #48907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48907C

Black with #48907C

Text Example


Text Example

White with #48907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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