#426371

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

Shades of Bismark #426371

Tints of Bismark #426371

Color information

#426371 (or 0x426371) is unknown color: approx Bismark. HEX triplet: 42, 63 and 71. RGB value is (66,99,113). Sum of RGB (Red+Green+Blue) = 66+99+113=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #426371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426371 is #BD9C8E. Grayscale: #5A5A5A. Windows color (decimal): -12426383 or 7430978. OLE color: 7430978.

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

Color convert

RGB6699113-
CMYK0.420.1200.56
HSL197.87º26.26%35.1%-
HSV(B)197.87º41.59%44.31%-
XYZ9.6911.2717.29-
YUV90.73140.57110.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=23.74%
G=35.61%
B=40.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66991130.420.1200.56197.8726.2635.1
Hex4263712AC038c61a23
Octal10214316152140703063243
Binary100001011000111110001101010110001110001100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426371; }

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

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

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

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

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

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

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

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