#466771

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

Shades of Bismark #466771

Tints of Bismark #466771

Color information

#466771 (or 0x466771) is unknown color: approx Bismark. HEX triplet: 46, 67 and 71. RGB value is (70,103,113). Sum of RGB (Red+Green+Blue) = 70+103+113=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #466771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466771 is #B9988E. Grayscale: #5E5E5E. Windows color (decimal): -12163215 or 7432006. OLE color: 7432006.

HSL color Cylindrical-coordinate representation of color #466771: hue angle of 193.95º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466771 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB70103113-
CMYK0.380.0900.56
HSL193.95º23.5%35.88%-
HSV(B)193.95º38.05%44.31%-
XYZ10.3612.1917.43-
YUV94.27138.57110.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=24.48%
G=36.01%
B=39.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701031130.380.0900.56193.9523.535.88
Hex466771269038c21724
Octal10614716146110703022744
Binary100011011001111110001100110100101110001100001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466771; }

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

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

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

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

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

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

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

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