#426A7F

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

Shades of Bismark #426A7F

Tints of Bismark #426A7F

Color information

#426A7F (or 0x426A7F) is unknown color: approx Bismark. HEX triplet: 42, 6A and 7F. RGB value is (66,106,127). Sum of RGB (Red+Green+Blue) = 66+106+127=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #426A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A7F is #BD9580. Grayscale: #606060. Windows color (decimal): -12424577 or 8350274. OLE color: 8350274.

HSL color Cylindrical-coordinate representation of color #426A7F: hue angle of 200.66º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426A7F is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66106127-
CMYK0.480.1700.50
HSL200.66º31.61%37.84%-
HSV(B)200.66º48.03%49.8%-
XYZ11.231322-
YUV96.43145.25106.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 106 (41.80% from 255) = 35.45%
BLUE value IS 127 (50% from 255) = 42.47%
R=22.07%
G=35.45%
B=42.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661061270.480.1700.50200.6631.6137.84
Hex426A7F3011032c92026
Octal10215217760210623114046
Binary10000101101010111111111000010001011001011001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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