Html Css Color HEX #48626F Bismark

📋 copy color: '#48626F'

red 72 ◦ green 98 ◦ blue 111

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

Shades of Bismark #48626F

Tints of Bismark #48626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 25.62%
G = 34.88%
B = 39.5%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48626F (or 0x48626F) is known color: Bismark. HEX triplet: 48, 62 and 6F. RGB value is (72,98,111). Sum of RGB (Red+Green+Blue) = 72+98+111=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #48626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48626F is #B79D90. Grayscale: #5B5B5B. Windows color (decimal): -12033425 or 7299656. OLE color: 7299656.

HSL color Cylindrical-coordinate representation of color #48626F: hue angle of 200º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48626F is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 98 111 -
CMYK 0.35 0.12 0 0.56
HSL 200º 0.21% 0.36% -
HSV(B) 200º 0.35% 0.44% -
XYZ 9.91 11.26 16.69 -
YUV 91.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 72 98 111 0.35 0.12 0 0.56 200 0.21 0.36
Hex 48 62 6F 23 C 0 38 C8 15 24
Octal 110 142 157 43 14 0 70 310 25 44
Binary 1001000 1100010 1101111 100011 1100 0 111000 11001000 10101 100100

Color Harmonies of #48626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48626F

Black with #48626F

Text Example


Text Example

White with #48626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48626F; }

 p { color: rgb(72,98,111); }

 H1.HeaderClassName
 {
   color: #48626F;
 }
 .AnyTagClassName
 {
   color: #48626F;
 }
</style>

background-color css

<style>
 a { background-color: #48626F; }

 a { background-color: rgb(72,98,111); }

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

border-color css

<style>
 span { border-color: #48626F; }

 span { border-color: rgb(72,98,111); }

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