#426171

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

Shades of Bismark #426171

Tints of Bismark #426171

Color information

#426171 (or 0x426171) is unknown color: approx Bismark. HEX triplet: 42, 61 and 71. RGB value is (66,97,113). Sum of RGB (Red+Green+Blue) = 66+97+113=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #426171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426171 is #BD9E8E. Grayscale: #595959. Windows color (decimal): -12426895 or 7430466. OLE color: 7430466.

HSL color Cylindrical-coordinate representation of color #426171: hue angle of 200.43º 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 #426171 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6697113-
CMYK0.420.1400.56
HSL200.43º26.26%35.1%-
HSV(B)200.43º41.59%44.31%-
XYZ9.510.917.23-
YUV89.56141.23111.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=23.91%
G=35.14%
B=40.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66971130.420.1400.56200.4326.2635.1
Hex4261712AE038c81a23
Octal10214116152160703103243
Binary100001011000011110001101010111001110001100100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426171; }

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

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

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

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

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

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

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

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