#426373

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

Shades of Bismark #426373

Tints of Bismark #426373

Color information

#426373 (or 0x426373) is unknown color: approx Bismark. HEX triplet: 42, 63 and 73. RGB value is (66,99,115). Sum of RGB (Red+Green+Blue) = 66+99+115=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #426373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426373 is #BD9C8C. Grayscale: #5A5A5A. Windows color (decimal): -12426381 or 7562050. OLE color: 7562050.

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

Color convert

RGB6699115-
CMYK0.430.1400.55
HSL199.59º27.07%35.49%-
HSV(B)199.59º42.61%45.1%-
XYZ9.811.3217.89-
YUV90.96141.57110.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=23.57%
G=35.36%
B=41.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66991150.430.1400.55199.5927.0735.49
Hex4263732BE037c81b23
Octal10214316353160673103343
Binary100001011000111110011101011111001101111100100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426373; }

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

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

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

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

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

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

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

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