#467580

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

Shades of Bismark #467580

Tints of Bismark #467580

Color information

#467580 (or 0x467580) is unknown color: approx Bismark. HEX triplet: 46, 75 and 80. RGB value is (70,117,128). Sum of RGB (Red+Green+Blue) = 70+117+128=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #467580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467580 is #B98A7F. Grayscale: #686868. Windows color (decimal): -12159616 or 8418630. OLE color: 8418630.

HSL color Cylindrical-coordinate representation of color #467580: hue angle of 191.38º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467580 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB70117128-
CMYK0.450.0900.50
HSL191.38º29.29%38.82%-
HSV(B)191.38º45.31%50.2%-
XYZ12.7815.5822.76-
YUV104.2141.43103.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=22.22%
G=37.14%
B=40.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701171280.450.0900.50191.3829.2938.82
Hex4675802D9032bf1d27
Octal10616520055110622773547
Binary1000110111010110000000101101100101100101011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467580; }

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

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

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

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

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

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

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

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