#426673

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

Shades of Bismark #426673

Tints of Bismark #426673

Color information

#426673 (or 0x426673) is unknown color: approx Bismark. HEX triplet: 42, 66 and 73. RGB value is (66,102,115). Sum of RGB (Red+Green+Blue) = 66+102+115=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #426673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426673 is #BD998C. Grayscale: #5C5C5C. Windows color (decimal): -12425613 or 7562818. OLE color: 7562818.

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

Color convert

RGB66102115-
CMYK0.430.1100.55
HSL195.92º27.07%35.49%-
HSV(B)195.92º42.61%45.1%-
XYZ10.0911.917.98-
YUV92.72140.57108.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=23.32%
G=36.04%
B=40.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661021150.430.1100.55195.9227.0735.49
Hex4266732BB037c41b23
Octal10214616353130673043343
Binary100001011001101110011101011101101101111100010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426673; }

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

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

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

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

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

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

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

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