#456C82

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

Shades of Bismark #456C82

Tints of Bismark #456C82

Color information

#456C82 (or 0x456C82) is unknown color: approx Bismark. HEX triplet: 45, 6C and 82. RGB value is (69,108,130). Sum of RGB (Red+Green+Blue) = 69+108+130=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #456C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C82 is #BA937D. Grayscale: #626262. Windows color (decimal): -12227454 or 8547397. OLE color: 8547397.

HSL color Cylindrical-coordinate representation of color #456C82: hue angle of 201.64º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456C82 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB69108130-
CMYK0.470.1700.49
HSL201.64º30.65%39.02%-
HSV(B)201.64º46.92%50.98%-
XYZ11.8513.623.12-
YUV98.85145.58106.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=22.48%
G=35.18%
B=42.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691081300.470.1700.49201.6430.6539.02
Hex456C822F11031ca1f27
Octal10515420257210613123747
Binary10001011101100100000101011111000101100011100101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456C82; }

 p { color: rgb(69,108,130); }

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

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

 a { background-color: rgb(69,108,130); }

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

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

 span { border-color: rgb(69,108,130); }

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