#466072

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

Shades of Bismark #466072

Tints of Bismark #466072

Color information

#466072 (or 0x466072) is unknown color: approx Bismark. HEX triplet: 46, 60 and 72. RGB value is (70,96,114). Sum of RGB (Red+Green+Blue) = 70+96+114=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #466072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466072 is #B99F8D. Grayscale: #5A5A5A. Windows color (decimal): -12165006 or 7495750. OLE color: 7495750.

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

Color convert

RGB7096114-
CMYK0.390.1600.55
HSL204.55º23.91%36.08%-
HSV(B)204.55º38.6%44.71%-
XYZ9.7510.8817.51-
YUV90.28141.39113.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=25%
G=34.29%
B=40.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70961140.390.1600.55204.5523.9136.08
Hex4660722710037cd1824
Octal10614016247200673153044
Binary1000110110000011100101001111000001101111100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466072; }

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

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

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

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

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

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

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

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