#466475

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

Shades of Bismark #466475

Tints of Bismark #466475

Color information

#466475 (or 0x466475) is unknown color: approx Bismark. HEX triplet: 46, 64 and 75. RGB value is (70,100,117). Sum of RGB (Red+Green+Blue) = 70+100+117=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #466475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466475 is #B99B8A. Grayscale: #5C5C5C. Windows color (decimal): -12163979 or 7693382. OLE color: 7693382.

HSL color Cylindrical-coordinate representation of color #466475: hue angle of 201.7º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466475 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70100117-
CMYK0.400.1500.54
HSL201.7º25.13%36.67%-
HSV(B)201.7º40.17%45.88%-
XYZ10.2911.718.55-
YUV92.97141.56111.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=24.39%
G=34.84%
B=40.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701001170.400.1500.54201.725.1336.67
Hex46647528F036ca1925
Octal10614416550170663123145
Binary100011011001001110101101000111101101101100101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466475; }

 p { color: rgb(70,100,117); }

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

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

 a { background-color: rgb(70,100,117); }

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

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

 span { border-color: rgb(70,100,117); }

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