#46677D

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

Shades of Bismark #46677D

Tints of Bismark #46677D

Color information

#46677D (or 0x46677D) is unknown color: approx Bismark. HEX triplet: 46, 67 and 7D. RGB value is (70,103,125). Sum of RGB (Red+Green+Blue) = 70+103+125=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #46677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46677D is #B99882. Grayscale: #5F5F5F. Windows color (decimal): -12163203 or 8218438. OLE color: 8218438.

HSL color Cylindrical-coordinate representation of color #46677D: hue angle of 204º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46677D is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB70103125-
CMYK0.440.1800.51
HSL204º28.21%38.24%-
HSV(B)204º44%49.02%-
XYZ11.0812.4821.23-
YUV95.64144.57109.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=23.49%
G=34.56%
B=41.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701031250.440.1800.5120428.2138.24
Hex46677D2C12033cc1c26
Octal10614717554220633143446
Binary1000110110011111111011011001001001100111100110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,103,125); }

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

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

 a { background-color: rgb(70,103,125); }

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

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

 span { border-color: rgb(70,103,125); }

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