#426A7B

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

Shades of Bismark #426A7B

Tints of Bismark #426A7B

Color information

#426A7B (or 0x426A7B) is unknown color: approx Bismark. HEX triplet: 42, 6A and 7B. RGB value is (66,106,123). Sum of RGB (Red+Green+Blue) = 66+106+123=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #426A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A7B is #BD9584. Grayscale: #5F5F5F. Windows color (decimal): -12424581 or 8088130. OLE color: 8088130.

HSL color Cylindrical-coordinate representation of color #426A7B: hue angle of 197.89º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #426A7B is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB66106123-
CMYK0.460.1400.52
HSL197.89º30.16%37.06%-
HSV(B)197.89º46.34%48.24%-
XYZ10.9812.920.65-
YUV95.98143.25106.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=22.37%
G=35.93%
B=41.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661061230.460.1400.52197.8930.1637.06
Hex426A7B2EE034c61e25
Octal10215217356160643063645
Binary100001011010101111011101110111001101001100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426A7B; }

 p { color: rgb(66,106,123); }

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

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

 a { background-color: rgb(66,106,123); }

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

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

 span { border-color: rgb(66,106,123); }

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