#48697C

Color #48697C Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #48697C

Tints of Bismark #48697C

Color information

#48697C (or 0x48697C) is unknown color: approx Bismark. HEX triplet: 48, 69 and 7C. RGB value is (72,105,124). Sum of RGB (Red+Green+Blue) = 72+105+124=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #48697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48697C is #B79683. Grayscale: #616161. Windows color (decimal): -12031620 or 8153416. OLE color: 8153416.

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

Color convert

RGB72105124-
CMYK0.420.1500.51
HSL201.92º26.53%38.43%-
HSV(B)201.92º41.94%48.63%-
XYZ11.3612.9420.97-
YUV97.3143.07109.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=23.92%
G=34.88%
B=41.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721051240.420.1500.51201.9226.5338.43
Hex48697C2AF033ca1b26
Octal11015117452170633123346
Binary100100011010011111100101010111101100111100101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48697C;
 }
 .AnyTagClassName
 {
   color: #48697C;
 }
</style>
background-color css

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

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

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

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

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

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