#456271

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

Shades of Bismark #456271

Tints of Bismark #456271

Color information

#456271 (or 0x456271) is unknown color: approx Bismark. HEX triplet: 45, 62 and 71. RGB value is (69,98,113). Sum of RGB (Red+Green+Blue) = 69+98+113=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #456271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456271 is #BA9D8E. Grayscale: #5A5A5A. Windows color (decimal): -12230031 or 7430725. OLE color: 7430725.

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

Color convert

RGB6998113-
CMYK0.390.1300.56
HSL200.45º24.18%35.69%-
HSV(B)200.45º38.94%44.31%-
XYZ9.811.1917.27-
YUV91.04140.39112.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=24.64%
G=35%
B=40.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69981130.390.1300.56200.4524.1835.69
Hex45627127D038c81824
Octal10514216147150703103044
Binary100010111000101110001100111110101110001100100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456271; }

 p { color: rgb(69,98,113); }

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

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

 a { background-color: rgb(69,98,113); }

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

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

 span { border-color: rgb(69,98,113); }

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