#46637A

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

Shades of Bismark #46637A

Tints of Bismark #46637A

Color information

#46637A (or 0x46637A) is unknown color: approx Bismark. HEX triplet: 46, 63 and 7A. RGB value is (70,99,122). Sum of RGB (Red+Green+Blue) = 70+99+122=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #46637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46637A is #B99C85. Grayscale: #5C5C5C. Windows color (decimal): -12164230 or 8020806. OLE color: 8020806.

HSL color Cylindrical-coordinate representation of color #46637A: hue angle of 206.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46637A is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7099122-
CMYK0.430.1900.52
HSL206.54º27.08%37.65%-
HSV(B)206.54º42.62%47.84%-
XYZ10.511.6320.1-
YUV92.95144.39111.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=24.05%
G=34.02%
B=41.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70991220.430.1900.52206.5427.0837.65
Hex46637A2B13034cf1b26
Octal10614317253230643173346
Binary1000110110001111110101010111001101101001100111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46637A; }

 p { color: rgb(70,99,122); }

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

<style>
 a { background-color: #46637A; }

 a { background-color: rgb(70,99,122); }

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

<style>
 span { border-color: #46637A; }

 span { border-color: rgb(70,99,122); }

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