Html Css Color HEX #48727E Bismark

📋 copy color: '#48727E'

red 72 ◦ green 114 ◦ blue 126

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

Shades of Bismark #48727E

Tints of Bismark #48727E

RGB

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

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

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

R = 23.08%
G = 36.54%
B = 40.38%

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

#48727E (or 0x48727E) is known color: Bismark. HEX triplet: 48, 72 and 7E. RGB value is (72,114,126). Sum of RGB (Red+Green+Blue) = 72+114+126=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #48727E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48727E is #B78D81. Grayscale: #666666. Windows color (decimal): -12029314 or 8286792. OLE color: 8286792.

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

Color convert

RGB 72 114 126 -
CMYK 0.43 0.10 0 0.51
HSL 193.33º 0.27% 0.39% -
HSV(B) 193.33º 0.43% 0.49% -
XYZ 12.46 14.92 21.96 -
YUV 102.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 72 114 126 0.43 0.10 0 0.51 193.33 0.27 0.39
Hex 48 72 7E 2B A 0 33 C1 1B 27
Octal 110 162 176 53 12 0 63 301 33 47
Binary 1001000 1110010 1111110 101011 1010 0 110011 11000001 11011 100111

Color Harmonies of #48727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48727E

Black with #48727E

Text Example


Text Example

White with #48727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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