#46626F

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

Shades of Bismark #46626F

Tints of Bismark #46626F

Color information

#46626F (or 0x46626F) is unknown color: approx Bismark. HEX triplet: 46, 62 and 6F. RGB value is (70,98,111). Sum of RGB (Red+Green+Blue) = 70+98+111=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #46626F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46626F is #B99D90. Grayscale: #5B5B5B. Windows color (decimal): -12164497 or 7299654. OLE color: 7299654.

HSL color Cylindrical-coordinate representation of color #46626F: hue angle of 199.02º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46626F is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7098111-
CMYK0.370.1200.56
HSL199.02º22.65%35.49%-
HSV(B)199.02º36.94%43.53%-
XYZ9.7611.1916.68-
YUV91.11139.22112.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=25.09%
G=35.13%
B=39.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70981110.370.1200.56199.0222.6535.49
Hex46626F25C038c71723
Octal10614215745140703072743
Binary100011011000101101111100101110001110001100011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46626F; }

 p { color: rgb(70,98,111); }

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

<style>
 a { background-color: #46626F; }

 a { background-color: rgb(70,98,111); }

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

<style>
 span { border-color: #46626F; }

 span { border-color: rgb(70,98,111); }

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