Html Css Color HEX #48717C Bismark

📋 copy color: '#48717C'

red 72 ◦ green 113 ◦ blue 124

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

Shades of Bismark #48717C

Tints of Bismark #48717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 23.3%
G = 36.57%
B = 40.13%

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

#48717C (or 0x48717C) is known color: Bismark. HEX triplet: 48, 71 and 7C. RGB value is (72,113,124). Sum of RGB (Red+Green+Blue) = 72+113+124=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #48717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48717C is #B78E83. Grayscale: #656565. Windows color (decimal): -12029572 or 8155464. OLE color: 8155464.

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

Color convert

RGB 72 113 124 -
CMYK 0.42 0.09 0 0.51
HSL 192.69º 0.27% 0.38% -
HSV(B) 192.69º 0.42% 0.49% -
XYZ 12.22 14.64 21.25 -
YUV 102 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 72 113 124 0.42 0.09 0 0.51 192.69 0.27 0.38
Hex 48 71 7C 2A 9 0 33 C1 1B 26
Octal 110 161 174 52 11 0 63 301 33 46
Binary 1001000 1110001 1111100 101010 1001 0 110011 11000001 11011 100110

Color Harmonies of #48717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48717C

Black with #48717C

Text Example


Text Example

White with #48717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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