Html Css Color HEX #48747D Bismark

📋 copy color: '#48747D'

red 72 ◦ green 116 ◦ blue 125

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

Shades of Bismark #48747D

Tints of Bismark #48747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 23%
G = 37.06%
B = 39.94%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48747D (or 0x48747D) is known color: Bismark. HEX triplet: 48, 74 and 7D. RGB value is (72,116,125). Sum of RGB (Red+Green+Blue) = 72+116+125=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #48747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48747D is #B78B82. Grayscale: #676767. Windows color (decimal): -12028803 or 8221768. OLE color: 8221768.

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

Color convert

RGB 72 116 125 -
CMYK 0.42 0.07 0 0.51
HSL 190.19º 0.27% 0.39% -
HSV(B) 190.19º 0.42% 0.49% -
XYZ 12.62 15.35 21.7 -
YUV 103.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 72 116 125 0.42 0.07 0 0.51 190.19 0.27 0.39
Hex 48 74 7D 2A 7 0 33 BE 1B 27
Octal 110 164 175 52 7 0 63 276 33 47
Binary 1001000 1110100 1111101 101010 111 0 110011 10111110 11011 100111

Color Harmonies of #48747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48747D

Black with #48747D

Text Example


Text Example

White with #48747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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