#426C7F

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

Shades of Bismark #426C7F

Tints of Bismark #426C7F

Color information

#426C7F (or 0x426C7F) is unknown color: approx Bismark. HEX triplet: 42, 6C and 7F. RGB value is (66,108,127). Sum of RGB (Red+Green+Blue) = 66+108+127=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #426C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C7F is #BD9380. Grayscale: #616161. Windows color (decimal): -12424065 or 8350786. OLE color: 8350786.

HSL color Cylindrical-coordinate representation of color #426C7F: hue angle of 198.69º 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 #426C7F is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66108127-
CMYK0.480.1500.50
HSL198.69º31.61%37.84%-
HSV(B)198.69º48.03%49.8%-
XYZ11.4413.4222.07-
YUV97.61144.59105.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 127 (50% from 255) = 42.19%
R=21.93%
G=35.88%
B=42.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661081270.480.1500.50198.6931.6137.84
Hex426C7F30F032c72026
Octal10215417760170623074046
Binary1000010110110011111111100001111011001011000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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