#456672

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

Shades of Bismark #456672

Tints of Bismark #456672

Color information

#456672 (or 0x456672) is unknown color: approx Bismark. HEX triplet: 45, 66 and 72. RGB value is (69,102,114). Sum of RGB (Red+Green+Blue) = 69+102+114=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #456672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456672 is #BA998D. Grayscale: #5D5D5D. Windows color (decimal): -12229006 or 7497285. OLE color: 7497285.

HSL color Cylindrical-coordinate representation of color #456672: hue angle of 196º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #456672 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB69102114-
CMYK0.390.1100.55
HSL196º24.59%35.88%-
HSV(B)196º39.47%44.71%-
XYZ10.2411.9817.69-
YUV93.5139.57110.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 114 (44.92% from 255) = 40%
R=24.21%
G=35.79%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691021140.390.1100.5519624.5935.88
Hex45667227B037c41924
Octal10514616247130673043144
Binary100010111001101110010100111101101101111100010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456672; }

 p { color: rgb(69,102,114); }

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

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

 a { background-color: rgb(69,102,114); }

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

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

 span { border-color: rgb(69,102,114); }

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