#466271

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

Shades of Bismark #466271

Tints of Bismark #466271

Color information

#466271 (or 0x466271) is unknown color: approx Bismark. HEX triplet: 46, 62 and 71. RGB value is (70,98,113). Sum of RGB (Red+Green+Blue) = 70+98+113=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #466271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466271 is #B99D8E. Grayscale: #5B5B5B. Windows color (decimal): -12164495 or 7430726. OLE color: 7430726.

HSL color Cylindrical-coordinate representation of color #466271: hue angle of 200.93º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466271 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7098113-
CMYK0.380.1300.56
HSL200.93º23.5%35.88%-
HSV(B)200.93º38.05%44.31%-
XYZ9.8711.2317.27-
YUV91.34140.22112.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=24.91%
G=34.88%
B=40.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70981130.380.1300.56200.9323.535.88
Hex46627126D038c91724
Octal10614216146150703112744
Binary100011011000101110001100110110101110001100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466271; }

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

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

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

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

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

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

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

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