#426172

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

Shades of Bismark #426172

Tints of Bismark #426172

Color information

#426172 (or 0x426172) is unknown color: approx Bismark. HEX triplet: 42, 61 and 72. RGB value is (66,97,114). Sum of RGB (Red+Green+Blue) = 66+97+114=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #426172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426172 is #BD9E8D. Grayscale: #595959. Windows color (decimal): -12426894 or 7496002. OLE color: 7496002.

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

Color convert

RGB6697114-
CMYK0.420.1500.55
HSL201.25º26.67%35.29%-
HSV(B)201.25º42.11%44.71%-
XYZ9.5610.9217.52-
YUV89.67141.73111.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=23.83%
G=35.02%
B=41.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66971140.420.1500.55201.2526.6735.29
Hex4261722AF037c91b23
Octal10214116252170673113343
Binary100001011000011110010101010111101101111100100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426172; }

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

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

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

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

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

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

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

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