#466775

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

Shades of Bismark #466775

Tints of Bismark #466775

Color information

#466775 (or 0x466775) is unknown color: approx Bismark. HEX triplet: 46, 67 and 75. RGB value is (70,103,117). Sum of RGB (Red+Green+Blue) = 70+103+117=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #466775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466775 is #B9988A. Grayscale: #5E5E5E. Windows color (decimal): -12163211 or 7694150. OLE color: 7694150.

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

Color convert

RGB70103117-
CMYK0.400.1200.54
HSL197.87º25.13%36.67%-
HSV(B)197.87º40.17%45.88%-
XYZ10.5912.2918.64-
YUV94.73140.57110.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.14%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=24.14%
G=35.52%
B=40.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701031170.400.1200.54197.8725.1336.67
Hex46677528C036c61925
Octal10614716550140663063145
Binary100011011001111110101101000110001101101100011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466775; }

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

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

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

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

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

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

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

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