#456072

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

Shades of Bismark #456072

Tints of Bismark #456072

Color information

#456072 (or 0x456072) is unknown color: approx Bismark. HEX triplet: 45, 60 and 72. RGB value is (69,96,114). Sum of RGB (Red+Green+Blue) = 69+96+114=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #456072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456072 is #BA9F8D. Grayscale: #595959. Windows color (decimal): -12230542 or 7495749. OLE color: 7495749.

HSL color Cylindrical-coordinate representation of color #456072: hue angle of 204º 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 #456072 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6996114-
CMYK0.390.1600.55
HSL204º24.59%35.88%-
HSV(B)204º39.47%44.71%-
XYZ9.6710.8517.5-
YUV89.98141.55113.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=24.73%
G=34.41%
B=40.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69961140.390.1600.5520424.5935.88
Hex4560722710037cc1924
Octal10514016247200673143144
Binary1000101110000011100101001111000001101111100110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456072; }

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

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

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

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

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

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

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

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