Html Css Color HEX #48857E Lochinvar

📋 copy color: '#48857E'

red 72 ◦ green 133 ◦ blue 126

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

Shades of Lochinvar #48857E

Tints of Lochinvar #48857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 21.75%
G = 40.18%
B = 38.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#48857E (or 0x48857E) is known color: Lochinvar. HEX triplet: 48, 85 and 7E. RGB value is (72,133,126). Sum of RGB (Red+Green+Blue) = 72+133+126=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #48857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48857E is #B77A81. Grayscale: #717171. Windows color (decimal): -12024450 or 8291656. OLE color: 8291656.

HSL color Cylindrical-coordinate representation of color #48857E: hue angle of 173.11º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48857E is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 126 -
CMYK 0.46 0 0.05 0.48
HSL 173.11º 0.3% 0.4% -
HSV(B) 173.11º 0.46% 0.52% -
XYZ 14.83 19.66 22.75 -
YUV 113.96 134.79 98.07 -
System Red Green Blue C M Y K H S L
Decimal 72 133 126 0.46 0 0.05 0.48 173.11 0.3 0.4
Hex 48 85 7E 2E 0 5 30 AD 1E 28
Octal 110 205 176 56 0 5 60 255 36 50
Binary 1001000 10000101 1111110 101110 0 101 110000 10101101 11110 101000

Color Harmonies of #48857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48857E

Black with #48857E

Text Example


Text Example

White with #48857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48857E; }

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

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

background-color css

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

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

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

border-color css

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

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

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