#466872

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

Shades of Bismark #466872

Tints of Bismark #466872

Color information

#466872 (or 0x466872) is unknown color: approx Bismark. HEX triplet: 46, 68 and 72. RGB value is (70,104,114). Sum of RGB (Red+Green+Blue) = 70+104+114=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #466872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466872 is #B9978D. Grayscale: #5E5E5E. Windows color (decimal): -12162958 or 7497798. OLE color: 7497798.

HSL color Cylindrical-coordinate representation of color #466872: hue angle of 193.64º 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 #466872 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB70104114-
CMYK0.390.0900.55
HSL193.64º23.91%36.08%-
HSV(B)193.64º38.6%44.71%-
XYZ10.5112.4217.76-
YUV94.97138.74110.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=24.31%
G=36.11%
B=39.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701041140.390.0900.55193.6423.9136.08
Hex466872279037c21824
Octal10615016247110673023044
Binary100011011010001110010100111100101101111100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466872; }

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

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

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

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

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

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

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

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