#426573

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

Shades of Bismark #426573

Tints of Bismark #426573

Color information

#426573 (or 0x426573) is unknown color: approx Bismark. HEX triplet: 42, 65 and 73. RGB value is (66,101,115). Sum of RGB (Red+Green+Blue) = 66+101+115=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #426573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426573 is #BD9A8C. Grayscale: #5C5C5C. Windows color (decimal): -12425869 or 7562562. OLE color: 7562562.

HSL color Cylindrical-coordinate representation of color #426573: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #426573 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66101115-
CMYK0.430.1200.55
HSL197.14º27.07%35.49%-
HSV(B)197.14º42.61%45.1%-
XYZ9.9911.717.95-
YUV92.13140.9109.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 101 (39.84% from 255) = 35.82%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=23.40%
G=35.82%
B=40.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661011150.430.1200.55197.1427.0735.49
Hex4265732BC037c51b23
Octal10214516353140673053343
Binary100001011001011110011101011110001101111100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426573; }

 p { color: rgb(66,101,115); }

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

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

 a { background-color: rgb(66,101,115); }

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

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

 span { border-color: rgb(66,101,115); }

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