#456B7D

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

Shades of Bismark #456B7D

Tints of Bismark #456B7D

Color information

#456B7D (or 0x456B7D) is unknown color: approx Bismark. HEX triplet: 45, 6B and 7D. RGB value is (69,107,125). Sum of RGB (Red+Green+Blue) = 69+107+125=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #456B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B7D is #BA9482. Grayscale: #616161. Windows color (decimal): -12227715 or 8219461. OLE color: 8219461.

HSL color Cylindrical-coordinate representation of color #456B7D: hue angle of 199.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #456B7D is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB69107125-
CMYK0.450.1400.51
HSL199.29º28.87%38.04%-
HSV(B)199.29º44.8%49.02%-
XYZ11.4113.2621.36-
YUV97.69143.41107.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=22.92%
G=35.55%
B=41.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691071250.450.1400.51199.2928.8738.04
Hex456B7D2DE033c71d26
Octal10515317555160633073546
Binary100010111010111111101101101111001100111100011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,107,125); }

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

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

 a { background-color: rgb(69,107,125); }

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

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

 span { border-color: rgb(69,107,125); }

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