Html Css Color HEX #48948B Lochinvar

📋 copy color: '#48948B'

red 72 ◦ green 148 ◦ blue 139

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

Shades of Lochinvar #48948B

Tints of Lochinvar #48948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

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

R = 20.06%
G = 41.23%
B = 38.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#48948B (or 0x48948B) is known color: Lochinvar. HEX triplet: 48, 94 and 8B. RGB value is (72,148,139). Sum of RGB (Red+Green+Blue) = 72+148+139=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #48948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48948B is #B76B74. Grayscale: #7C7C7C. Windows color (decimal): -12020597 or 9147464. OLE color: 9147464.

HSL color Cylindrical-coordinate representation of color #48948B: hue angle of 172.89º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48948B is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 139 -
CMYK 0.51 0 0.06 0.42
HSL 172.89º 0.35% 0.43% -
HSV(B) 172.89º 0.51% 0.58% -
XYZ 17.92 24.42 28.2 -
YUV 124.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 72 148 139 0.51 0 0.06 0.42 172.89 0.35 0.43
Hex 48 94 8B 33 0 6 2A AD 23 2B
Octal 110 224 213 63 0 6 52 255 43 53
Binary 1001000 10010100 10001011 110011 0 110 101010 10101101 100011 101011

Color Harmonies of #48948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48948B

Black with #48948B

Text Example


Text Example

White with #48948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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