#48697D

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

Shades of Bismark #48697D

Tints of Bismark #48697D

Color information

#48697D (or 0x48697D) is unknown color: approx Bismark. HEX triplet: 48, 69 and 7D. RGB value is (72,105,125). Sum of RGB (Red+Green+Blue) = 72+105+125=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #48697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48697D is #B79682. Grayscale: #616161. Windows color (decimal): -12031619 or 8218952. OLE color: 8218952.

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

Color convert

RGB72105125-
CMYK0.420.1600.51
HSL202.64º26.9%38.63%-
HSV(B)202.64º42.4%49.02%-
XYZ11.4312.9621.3-
YUV97.41143.57109.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=23.84%
G=34.77%
B=41.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721051250.420.1600.51202.6426.938.63
Hex48697D2A10033cb1b27
Octal11015117552200633133347
Binary1001000110100111111011010101000001100111100101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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