#426C78

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

Shades of Bismark #426C78

Tints of Bismark #426C78

Color information

#426C78 (or 0x426C78) is unknown color: approx Bismark. HEX triplet: 42, 6C and 78. RGB value is (66,108,120). Sum of RGB (Red+Green+Blue) = 66+108+120=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #426C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C78 is #BD9387. Grayscale: #606060. Windows color (decimal): -12424072 or 7892034. OLE color: 7892034.

HSL color Cylindrical-coordinate representation of color #426C78: hue angle of 193.33º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426C78 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB66108120-
CMYK0.450.1000.53
HSL193.33º29.03%36.47%-
HSV(B)193.33º45%47.06%-
XYZ1113.2419.75-
YUV96.81141.09106.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=22.45%
G=36.73%
B=40.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661081200.450.1000.53193.3329.0336.47
Hex426C782DA035c11d24
Octal10215417055120653013544
Binary100001011011001111000101101101001101011100000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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