Html Css Color HEX #48727C Bismark

📋 copy color: '#48727C'

red 72 ◦ green 114 ◦ blue 124

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

Shades of Bismark #48727C

Tints of Bismark #48727C

RGB

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

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

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

R = 23.23%
G = 36.77%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48727C (or 0x48727C) is known color: Bismark. HEX triplet: 48, 72 and 7C. RGB value is (72,114,124). Sum of RGB (Red+Green+Blue) = 72+114+124=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #48727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48727C is #B78D83. Grayscale: #666666. Windows color (decimal): -12029316 or 8155720. OLE color: 8155720.

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

Color convert

RGB 72 114 124 -
CMYK 0.42 0.08 0 0.51
HSL 191.54º 0.27% 0.38% -
HSV(B) 191.54º 0.42% 0.49% -
XYZ 12.33 14.87 21.29 -
YUV 102.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 72 114 124 0.42 0.08 0 0.51 191.54 0.27 0.38
Hex 48 72 7C 2A 8 0 33 C0 1B 26
Octal 110 162 174 52 10 0 63 300 33 46
Binary 1001000 1110010 1111100 101010 1000 0 110011 11000000 11011 100110

Color Harmonies of #48727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48727C

Black with #48727C

Text Example


Text Example

White with #48727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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