#426576

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

Shades of Bismark #426576

Tints of Bismark #426576

Color information

#426576 (or 0x426576) is unknown color: approx Bismark. HEX triplet: 42, 65 and 76. RGB value is (66,101,118). Sum of RGB (Red+Green+Blue) = 66+101+118=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #426576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426576 is #BD9A89. Grayscale: #5C5C5C. Windows color (decimal): -12425866 or 7759170. OLE color: 7759170.

HSL color Cylindrical-coordinate representation of color #426576: hue angle of 199.62º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426576 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66101118-
CMYK0.440.1400.54
HSL199.62º28.26%36.08%-
HSV(B)199.62º44.07%46.27%-
XYZ10.1711.7718.88-
YUV92.47142.4109.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=23.16%
G=35.44%
B=41.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661011180.440.1400.54199.6228.2636.08
Hex4265762CE036c81c24
Octal10214516654160663103444
Binary100001011001011110110101100111001101101100100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426576; }

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

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

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

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

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

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

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

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