#426C74

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

Shades of Bismark #426C74

Tints of Bismark #426C74

Color information

#426C74 (or 0x426C74) is unknown color: approx Bismark. HEX triplet: 42, 6C and 74. RGB value is (66,108,116). Sum of RGB (Red+Green+Blue) = 66+108+116=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #426C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C74 is #BD938B. Grayscale: #606060. Windows color (decimal): -12424076 or 7629890. OLE color: 7629890.

HSL color Cylindrical-coordinate representation of color #426C74: hue angle of 189.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #426C74 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66108116-
CMYK0.430.0700.55
HSL189.6º27.47%35.69%-
HSV(B)189.6º43.1%45.49%-
XYZ10.7613.1418.49-
YUV96.35139.09106.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 108 (42.58% from 255) = 37.24%
BLUE value IS 116 (45.70% from 255) = 40%
R=22.76%
G=37.24%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661081160.430.0700.55189.627.4735.69
Hex426C742B7037be1b24
Octal1021541645370672763344
Binary10000101101100111010010101111101101111011111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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