#456D75

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

Shades of Bismark #456D75

Tints of Bismark #456D75

Color information

#456D75 (or 0x456D75) is unknown color: approx Bismark. HEX triplet: 45, 6D and 75. RGB value is (69,109,117). Sum of RGB (Red+Green+Blue) = 69+109+117=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #456D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D75 is #BA928A. Grayscale: #616161. Windows color (decimal): -12227211 or 7695685. OLE color: 7695685.

HSL color Cylindrical-coordinate representation of color #456D75: hue angle of 190º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #456D75 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB69109117-
CMYK0.410.0700.54
HSL190º25.81%36.47%-
HSV(B)190º41.03%45.88%-
XYZ11.1313.4918.85-
YUV97.95138.75107.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=23.39%
G=36.95%
B=39.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691091170.410.0700.5419025.8136.47
Hex456D75297036be1a24
Octal1051551655170662763244
Binary10001011101101111010110100111101101101011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,109,117); }

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

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

 a { background-color: rgb(69,109,117); }

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

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

 span { border-color: rgb(69,109,117); }

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