Html Css Color HEX #48717E Bismark

📋 copy color: '#48717E'

red 72 ◦ green 113 ◦ blue 126

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

Shades of Bismark #48717E

Tints of Bismark #48717E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 23.15%
G = 36.33%
B = 40.51%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48717E (or 0x48717E) is known color: Bismark. HEX triplet: 48, 71 and 7E. RGB value is (72,113,126). Sum of RGB (Red+Green+Blue) = 72+113+126=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #48717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48717E is #B78E81. Grayscale: #666666. Windows color (decimal): -12029570 or 8286536. OLE color: 8286536.

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

Color convert

RGB 72 113 126 -
CMYK 0.43 0.10 0 0.51
HSL 194.44º 0.27% 0.39% -
HSV(B) 194.44º 0.43% 0.49% -
XYZ 12.34 14.69 21.92 -
YUV 102.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 72 113 126 0.43 0.10 0 0.51 194.44 0.27 0.39
Hex 48 71 7E 2B A 0 33 C2 1B 27
Octal 110 161 176 53 12 0 63 302 33 47
Binary 1001000 1110001 1111110 101011 1010 0 110011 11000010 11011 100111

Color Harmonies of #48717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48717E

Black with #48717E

Text Example


Text Example

White with #48717E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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