Html Css Color HEX #48727D Bismark

📋 copy color: '#48727D'

red 72 ◦ green 114 ◦ blue 125

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

Shades of Bismark #48727D

Tints of Bismark #48727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.66%

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

R = 23.15%
G = 36.66%
B = 40.19%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48727D (or 0x48727D) is known color: Bismark. HEX triplet: 48, 72 and 7D. RGB value is (72,114,125). Sum of RGB (Red+Green+Blue) = 72+114+125=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 125 - color contains mainly: blue. Hex color #48727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48727D is #B78D82. Grayscale: #666666. Windows color (decimal): -12029315 or 8221256. OLE color: 8221256.

HSL color Cylindrical-coordinate representation of color #48727D: hue angle of 192.45º 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 #48727D is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 114 125 -
CMYK 0.42 0.09 0 0.51
HSL 192.45º 0.27% 0.39% -
HSV(B) 192.45º 0.42% 0.49% -
XYZ 12.39 14.89 21.62 -
YUV 102.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 72 114 125 0.42 0.09 0 0.51 192.45 0.27 0.39
Hex 48 72 7D 2A 9 0 33 C0 1B 27
Octal 110 162 175 52 11 0 63 300 33 47
Binary 1001000 1110010 1111101 101010 1001 0 110011 11000000 11011 100111

Color Harmonies of #48727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48727D

Black with #48727D

Text Example


Text Example

White with #48727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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