#466570

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

Shades of Bismark #466570

Tints of Bismark #466570

Color information

#466570 (or 0x466570) is unknown color: approx Bismark. HEX triplet: 46, 65 and 70. RGB value is (70,101,112). Sum of RGB (Red+Green+Blue) = 70+101+112=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #466570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466570 is #B99A8F. Grayscale: #5C5C5C. Windows color (decimal): -12163728 or 7365958. OLE color: 7365958.

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

Color convert

RGB70101112-
CMYK0.380.1000.56
HSL195.71º23.08%35.69%-
HSV(B)195.71º37.5%43.92%-
XYZ10.111.7817.07-
YUV92.98138.73111.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=24.73%
G=35.69%
B=39.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701011120.380.1000.56195.7123.0835.69
Hex46657026A038c41724
Octal10614516046120703042744
Binary100011011001011110000100110101001110001100010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466570; }

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

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

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

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

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

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

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

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