Html Css Color HEX #48717B Bismark

📋 copy color: '#48717B'

red 72 ◦ green 113 ◦ blue 123

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

Shades of Bismark #48717B

Tints of Bismark #48717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 23.38%
G = 36.69%
B = 39.94%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48717B (or 0x48717B) is known color: Bismark. HEX triplet: 48, 71 and 7B. RGB value is (72,113,123). Sum of RGB (Red+Green+Blue) = 72+113+123=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #48717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48717B is #B78E84. Grayscale: #656565. Windows color (decimal): -12029573 or 8089928. OLE color: 8089928.

HSL color Cylindrical-coordinate representation of color #48717B: hue angle of 191.76º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48717B is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 113 123 -
CMYK 0.41 0.08 0 0.52
HSL 191.76º 0.26% 0.38% -
HSV(B) 191.76º 0.41% 0.48% -
XYZ 12.15 14.62 20.92 -
YUV 101.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 72 113 123 0.41 0.08 0 0.52 191.76 0.26 0.38
Hex 48 71 7B 29 8 0 34 C0 1A 26
Octal 110 161 173 51 10 0 64 300 32 46
Binary 1001000 1110001 1111011 101001 1000 0 110100 11000000 11010 100110

Color Harmonies of #48717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48717B

Black with #48717B

Text Example


Text Example

White with #48717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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