#466074

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

Shades of Bismark #466074

Tints of Bismark #466074

Color information

#466074 (or 0x466074) is unknown color: approx Bismark. HEX triplet: 46, 60 and 74. RGB value is (70,96,116). Sum of RGB (Red+Green+Blue) = 70+96+116=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #466074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466074 is #B99F8B. Grayscale: #5A5A5A. Windows color (decimal): -12165004 or 7626822. OLE color: 7626822.

HSL color Cylindrical-coordinate representation of color #466074: hue angle of 206.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466074 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7096116-
CMYK0.400.1700.55
HSL206.09º24.73%36.47%-
HSV(B)206.09º39.66%45.49%-
XYZ9.8610.9318.11-
YUV90.51142.39113.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 116 (45.70% from 255) = 41.13%
R=24.82%
G=34.04%
B=41.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70961160.400.1700.55206.0924.7336.47
Hex4660742811037ce1924
Octal10614016450210673163144
Binary1000110110000011101001010001000101101111100111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466074; }

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

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

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

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

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

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

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

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