#456877

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

Shades of Bismark #456877

Tints of Bismark #456877

Color information

#456877 (or 0x456877) is unknown color: approx Bismark. HEX triplet: 45, 68 and 77. RGB value is (69,104,119). Sum of RGB (Red+Green+Blue) = 69+104+119=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #456877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456877 is #BA9788. Grayscale: #5F5F5F. Windows color (decimal): -12228489 or 7825477. OLE color: 7825477.

HSL color Cylindrical-coordinate representation of color #456877: hue angle of 198º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456877 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB69104119-
CMYK0.420.1300.53
HSL198º26.6%36.86%-
HSV(B)198º42.02%46.67%-
XYZ10.7312.519.3-
YUV95.24141.4109.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=23.63%
G=35.62%
B=40.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691041190.420.1300.5319826.636.86
Hex4568772AD035c61b25
Octal10515016752150653063345
Binary100010111010001110111101010110101101011100011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456877; }

 p { color: rgb(69,104,119); }

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

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

 a { background-color: rgb(69,104,119); }

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

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

 span { border-color: rgb(69,104,119); }

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