Html Css Color HEX #48928B Lochinvar

📋 copy color: '#48928B'

red 72 ◦ green 146 ◦ blue 139

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

Shades of Lochinvar #48928B

Tints of Lochinvar #48928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 20.17%
G = 40.9%
B = 38.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#48928B (or 0x48928B) is known color: Lochinvar. HEX triplet: 48, 92 and 8B. RGB value is (72,146,139). Sum of RGB (Red+Green+Blue) = 72+146+139=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #48928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48928B is #B76D74. Grayscale: #7B7B7B. Windows color (decimal): -12021109 or 9146952. OLE color: 9146952.

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

Color convert

RGB 72 146 139 -
CMYK 0.51 0 0.05 0.43
HSL 174.32º 0.34% 0.43% -
HSV(B) 174.32º 0.51% 0.57% -
XYZ 17.61 23.8 28.09 -
YUV 123.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 72 146 139 0.51 0 0.05 0.43 174.32 0.34 0.43
Hex 48 92 8B 33 0 5 2B AE 22 2B
Octal 110 222 213 63 0 5 53 256 42 53
Binary 1001000 10010010 10001011 110011 0 101 101011 10101110 100010 101011

Color Harmonies of #48928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48928B

Black with #48928B

Text Example


Text Example

White with #48928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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