#466272

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

Shades of Bismark #466272

Tints of Bismark #466272

Color information

#466272 (or 0x466272) is unknown color: approx Bismark. HEX triplet: 46, 62 and 72. RGB value is (70,98,114). Sum of RGB (Red+Green+Blue) = 70+98+114=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #466272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466272 is #B99D8D. Grayscale: #5B5B5B. Windows color (decimal): -12164494 or 7496262. OLE color: 7496262.

HSL color Cylindrical-coordinate representation of color #466272: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466272 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7098114-
CMYK0.390.1400.55
HSL201.82º23.91%36.08%-
HSV(B)201.82º38.6%44.71%-
XYZ9.9311.2517.57-
YUV91.45140.72112.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=24.82%
G=34.75%
B=40.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70981140.390.1400.55201.8223.9136.08
Hex46627227E037ca1824
Octal10614216247160673123044
Binary100011011000101110010100111111001101111100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466272; }

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

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

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

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

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

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

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

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