#426976

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

Shades of Bismark #426976

Tints of Bismark #426976

Color information

#426976 (or 0x426976) is unknown color: approx Bismark. HEX triplet: 42, 69 and 76. RGB value is (66,105,118). Sum of RGB (Red+Green+Blue) = 66+105+118=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #426976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426976 is #BD9689. Grayscale: #5E5E5E. Windows color (decimal): -12424842 or 7760194. OLE color: 7760194.

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

Color convert

RGB66105118-
CMYK0.440.1100.54
HSL195º28.26%36.08%-
HSV(B)195º44.07%46.27%-
XYZ10.5712.5719.01-
YUV94.82141.08107.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=22.84%
G=36.33%
B=40.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661051180.440.1100.5419528.2636.08
Hex4269762CB036c31c24
Octal10215116654130663033444
Binary100001011010011110110101100101101101101100001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426976; }

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

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

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

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

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

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

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

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