#466878

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

Shades of Bismark #466878

Tints of Bismark #466878

Color information

#466878 (or 0x466878) is unknown color: approx Bismark. HEX triplet: 46, 68 and 78. RGB value is (70,104,120). Sum of RGB (Red+Green+Blue) = 70+104+120=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #466878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466878 is #B99787. Grayscale: #5F5F5F. Windows color (decimal): -12162952 or 7891014. OLE color: 7891014.

HSL color Cylindrical-coordinate representation of color #466878: hue angle of 199.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #466878 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB70104120-
CMYK0.420.1300.53
HSL199.2º26.32%37.25%-
HSV(B)199.2º41.67%47.06%-
XYZ10.8712.5619.62-
YUV95.66141.74109.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=23.81%
G=35.37%
B=40.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701041200.420.1300.53199.226.3237.25
Hex4668782AD035c71a25
Octal10615017052150653073245
Binary100011011010001111000101010110101101011100011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466878; }

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

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

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

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

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

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

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

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