#426D7F

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

Shades of Bismark #426D7F

Tints of Bismark #426D7F

Color information

#426D7F (or 0x426D7F) is unknown color: approx Bismark. HEX triplet: 42, 6D and 7F. RGB value is (66,109,127). Sum of RGB (Red+Green+Blue) = 66+109+127=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #426D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D7F is #BD9280. Grayscale: #626262. Windows color (decimal): -12423809 or 8351042. OLE color: 8351042.

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

Color convert

RGB66109127-
CMYK0.480.1400.50
HSL197.7º31.61%37.84%-
HSV(B)197.7º48.03%49.8%-
XYZ11.5513.6322.1-
YUV98.2144.25105.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 127 (50% from 255) = 42.05%
R=21.85%
G=36.09%
B=42.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661091270.480.1400.50197.731.6137.84
Hex426D7F30E032c62026
Octal10215517760160623064046
Binary1000010110110111111111100001110011001011000110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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