Html Css Color HEX #48927B Lochinvar

📋 copy color: '#48927B'

red 72 ◦ green 146 ◦ blue 123

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

Shades of Lochinvar #48927B

Tints of Lochinvar #48927B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.07%

R = 21.11%
G = 42.82%
B = 36.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#48927B (or 0x48927B) is known color: Lochinvar. HEX triplet: 48, 92 and 7B. RGB value is (72,146,123). Sum of RGB (Red+Green+Blue) = 72+146+123=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #48927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48927B is #B76D84. Grayscale: #797979. Windows color (decimal): -12021125 or 8098376. OLE color: 8098376.

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

Color convert

RGB 72 146 123 -
CMYK 0.51 0 0.16 0.43
HSL 161.35º 0.34% 0.43% -
HSV(B) 161.35º 0.51% 0.57% -
XYZ 16.53 23.37 22.38 -
YUV 121.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 72 146 123 0.51 0 0.16 0.43 161.35 0.34 0.43
Hex 48 92 7B 33 0 10 2B A1 22 2B
Octal 110 222 173 63 0 20 53 241 42 53
Binary 1001000 10010010 1111011 110011 0 10000 101011 10100001 100010 101011

Color Harmonies of #48927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48927B

Black with #48927B

Text Example


Text Example

White with #48927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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