#466275

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

Shades of Bismark #466275

Tints of Bismark #466275

Color information

#466275 (or 0x466275) is unknown color: approx Bismark. HEX triplet: 46, 62 and 75. RGB value is (70,98,117). Sum of RGB (Red+Green+Blue) = 70+98+117=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #466275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466275 is #B99D8A. Grayscale: #5B5B5B. Windows color (decimal): -12164491 or 7692870. OLE color: 7692870.

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

Color convert

RGB7098117-
CMYK0.400.1600.54
HSL204.26º25.13%36.67%-
HSV(B)204.26º40.17%45.88%-
XYZ10.111.3218.48-
YUV91.79142.22112.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=24.56%
G=34.39%
B=41.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70981170.400.1600.54204.2625.1336.67
Hex4662752810036cc1925
Octal10614216550200663143145
Binary1000110110001011101011010001000001101101100110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466275; }

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

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

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

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

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

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

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

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