#466270

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

Shades of Bismark #466270

Tints of Bismark #466270

Color information

#466270 (or 0x466270) is unknown color: approx Bismark. HEX triplet: 46, 62 and 70. RGB value is (70,98,112). Sum of RGB (Red+Green+Blue) = 70+98+112=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #466270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466270 is #B99D8F. Grayscale: #5B5B5B. Windows color (decimal): -12164496 or 7365190. OLE color: 7365190.

HSL color Cylindrical-coordinate representation of color #466270: hue angle of 200º 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 #466270 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7098112-
CMYK0.380.1300.56
HSL200º23.08%35.69%-
HSV(B)200º37.5%43.92%-
XYZ9.8211.2116.97-
YUV91.22139.72112.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 112 (44.14% from 255) = 40%
R=25%
G=35%
B=40%

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
Decimal70981120.380.1300.5620023.0835.69
Hex46627026D038c81724
Octal10614216046150703102744
Binary100011011000101110000100110110101110001100100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466270; }

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

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

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

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

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

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

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

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