#467180

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

Shades of Bismark #467180

Tints of Bismark #467180

Color information

#467180 (or 0x467180) is unknown color: approx Bismark. HEX triplet: 46, 71 and 80. RGB value is (70,113,128). Sum of RGB (Red+Green+Blue) = 70+113+128=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #467180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467180 is #B98E7F. Grayscale: #656565. Windows color (decimal): -12160640 or 8417606. OLE color: 8417606.

HSL color Cylindrical-coordinate representation of color #467180: hue angle of 195.52º 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 #467180 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB70113128-
CMYK0.450.1200.50
HSL195.52º29.29%38.82%-
HSV(B)195.52º45.31%50.2%-
XYZ12.3314.6722.6-
YUV101.85142.75105.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=22.51%
G=36.33%
B=41.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701131280.450.1200.50195.5229.2938.82
Hex4671802DC032c41d27
Octal10616120055140623043547
Binary1000110111000110000000101101110001100101100010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467180; }

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

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

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

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

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

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

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

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