Html Css Color HEX #48747C Bismark

📋 copy color: '#48747C'

red 72 ◦ green 116 ◦ blue 124

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

Shades of Bismark #48747C

Tints of Bismark #48747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

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

R = 23.08%
G = 37.18%
B = 39.74%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48747C (or 0x48747C) is known color: Bismark. HEX triplet: 48, 74 and 7C. RGB value is (72,116,124). Sum of RGB (Red+Green+Blue) = 72+116+124=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #48747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48747C is #B78B83. Grayscale: #676767. Windows color (decimal): -12028804 or 8156232. OLE color: 8156232.

HSL color Cylindrical-coordinate representation of color #48747C: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48747C is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 116 124 -
CMYK 0.42 0.06 0 0.51
HSL 189.23º 0.27% 0.38% -
HSV(B) 189.23º 0.42% 0.49% -
XYZ 12.56 15.32 21.36 -
YUV 103.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 72 116 124 0.42 0.06 0 0.51 189.23 0.27 0.38
Hex 48 74 7C 2A 6 0 33 BD 1B 26
Octal 110 164 174 52 6 0 63 275 33 46
Binary 1001000 1110100 1111100 101010 110 0 110011 10111101 11011 100110

Color Harmonies of #48747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48747C

Black with #48747C

Text Example


Text Example

White with #48747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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