#426173

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

Shades of Bismark #426173

Tints of Bismark #426173

Color information

#426173 (or 0x426173) is unknown color: approx Bismark. HEX triplet: 42, 61 and 73. RGB value is (66,97,115). Sum of RGB (Red+Green+Blue) = 66+97+115=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #426173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426173 is #BD9E8C. Grayscale: #595959. Windows color (decimal): -12426893 or 7561538. OLE color: 7561538.

HSL color Cylindrical-coordinate representation of color #426173: hue angle of 202.04º 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 #426173 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6697115-
CMYK0.430.1600.55
HSL202.04º27.07%35.49%-
HSV(B)202.04º42.61%45.1%-
XYZ9.6210.9517.83-
YUV89.78142.23111.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=23.74%
G=34.89%
B=41.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66971150.430.1600.55202.0427.0735.49
Hex4261732B10037ca1b23
Octal10214116353200673123343
Binary1000010110000111100111010111000001101111100101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426173; }

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

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

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

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

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

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

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

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