#456370

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

Shades of Bismark #456370

Tints of Bismark #456370

Color information

#456370 (or 0x456370) is unknown color: approx Bismark. HEX triplet: 45, 63 and 70. RGB value is (69,99,112). Sum of RGB (Red+Green+Blue) = 69+99+112=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #456370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456370 is #BA9C8F. Grayscale: #5B5B5B. Windows color (decimal): -12229776 or 7365445. OLE color: 7365445.

HSL color Cylindrical-coordinate representation of color #456370: hue angle of 198.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #456370 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6999112-
CMYK0.380.1200.56
HSL198.14º23.76%35.49%-
HSV(B)198.14º38.39%43.92%-
XYZ9.8411.3617-
YUV91.51139.56111.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 112 (44.14% from 255) = 40%
R=24.64%
G=35.36%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69991120.380.1200.56198.1423.7635.49
Hex45637026C038c61823
Octal10514316046140703063043
Binary100010111000111110000100110110001110001100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456370; }

 p { color: rgb(69,99,112); }

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

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

 a { background-color: rgb(69,99,112); }

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

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

 span { border-color: rgb(69,99,112); }

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