#48667B

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

Shades of Bismark #48667B

Tints of Bismark #48667B

Color information

#48667B (or 0x48667B) is unknown color: approx Bismark. HEX triplet: 48, 66 and 7B. RGB value is (72,102,123). Sum of RGB (Red+Green+Blue) = 72+102+123=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #48667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48667B is #B79984. Grayscale: #5F5F5F. Windows color (decimal): -12032389 or 8087112. OLE color: 8087112.

HSL color Cylindrical-coordinate representation of color #48667B: hue angle of 204.71º 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 #48667B is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB72102123-
CMYK0.410.1700.52
HSL204.71º26.15%38.24%-
HSV(B)204.71º41.46%48.24%-
XYZ1112.3120.54-
YUV95.42143.56111.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=24.24%
G=34.34%
B=41.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721021230.410.1700.52204.7126.1538.24
Hex48667B2911034cd1a26
Octal11014617351210643153246
Binary1001000110011011110111010011000101101001100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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