#426671

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

Shades of Bismark #426671

Tints of Bismark #426671

Color information

#426671 (or 0x426671) is unknown color: approx Bismark. HEX triplet: 42, 66 and 71. RGB value is (66,102,113). Sum of RGB (Red+Green+Blue) = 66+102+113=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #426671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426671 is #BD998E. Grayscale: #5C5C5C. Windows color (decimal): -12425615 or 7431746. OLE color: 7431746.

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

Color convert

RGB66102113-
CMYK0.420.1000.56
HSL194.04º26.26%35.1%-
HSV(B)194.04º41.59%44.31%-
XYZ9.9811.8517.38-
YUV92.49139.57109.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=23.49%
G=36.30%
B=40.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661021130.420.1000.56194.0426.2635.1
Hex4266712AA038c21a23
Octal10214616152120703023243
Binary100001011001101110001101010101001110001100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426671; }

 p { color: rgb(66,102,113); }

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

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

 a { background-color: rgb(66,102,113); }

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

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

 span { border-color: rgb(66,102,113); }

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