#466875

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

Shades of Bismark #466875

Tints of Bismark #466875

Color information

#466875 (or 0x466875) is unknown color: approx Bismark. HEX triplet: 46, 68 and 75. RGB value is (70,104,117). Sum of RGB (Red+Green+Blue) = 70+104+117=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #466875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466875 is #B9978A. Grayscale: #5F5F5F. Windows color (decimal): -12162955 or 7694406. OLE color: 7694406.

HSL color Cylindrical-coordinate representation of color #466875: hue angle of 196.6º 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 #466875 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70104117-
CMYK0.400.1100.54
HSL196.6º25.13%36.67%-
HSV(B)196.6º40.17%45.88%-
XYZ10.6912.4918.68-
YUV95.32140.24109.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=24.05%
G=35.74%
B=40.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701041170.400.1100.54196.625.1336.67
Hex46687528B036c51925
Octal10615016550130663053145
Binary100011011010001110101101000101101101101100010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466875; }

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

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

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

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

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

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

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

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