#426676

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

Shades of Bismark #426676

Tints of Bismark #426676

Color information

#426676 (or 0x426676) is unknown color: approx Bismark. HEX triplet: 42, 66 and 76. RGB value is (66,102,118). Sum of RGB (Red+Green+Blue) = 66+102+118=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #426676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426676 is #BD9989. Grayscale: #5C5C5C. Windows color (decimal): -12425610 or 7759426. OLE color: 7759426.

HSL color Cylindrical-coordinate representation of color #426676: hue angle of 198.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426676 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66102118-
CMYK0.440.1400.54
HSL198.46º28.26%36.08%-
HSV(B)198.46º44.07%46.27%-
XYZ10.2711.9718.91-
YUV93.06142.07108.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=23.08%
G=35.66%
B=41.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661021180.440.1400.54198.4628.2636.08
Hex4266762CE036c61c24
Octal10214616654160663063444
Binary100001011001101110110101100111001101101100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426676; }

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

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

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

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

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

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

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

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