#456375

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

Shades of Bismark #456375

Tints of Bismark #456375

Color information

#456375 (or 0x456375) is unknown color: approx Bismark. HEX triplet: 45, 63 and 75. RGB value is (69,99,117). Sum of RGB (Red+Green+Blue) = 69+99+117=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #456375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456375 is #BA9C8A. Grayscale: #5B5B5B. Windows color (decimal): -12229771 or 7693125. OLE color: 7693125.

HSL color Cylindrical-coordinate representation of color #456375: hue angle of 202.5º 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 #456375 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6999117-
CMYK0.410.1500.54
HSL202.5º25.81%36.47%-
HSV(B)202.5º41.03%45.88%-
XYZ10.1311.4718.51-
YUV92.08142.06111.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=24.21%
G=34.74%
B=41.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69991170.410.1500.54202.525.8136.47
Hex45637529F036ca1a24
Octal10514316551170663123244
Binary100010111000111110101101001111101101101100101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456375; }

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

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

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

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

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

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

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

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