#426B78

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

Shades of Bismark #426B78

Tints of Bismark #426B78

Color information

#426B78 (or 0x426B78) is unknown color: approx Bismark. HEX triplet: 42, 6B and 78. RGB value is (66,107,120). Sum of RGB (Red+Green+Blue) = 66+107+120=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #426B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B78 is #BD9487. Grayscale: #606060. Windows color (decimal): -12424328 or 7891778. OLE color: 7891778.

HSL color Cylindrical-coordinate representation of color #426B78: hue angle of 194.44º 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 #426B78 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB66107120-
CMYK0.450.1100.53
HSL194.44º29.03%36.47%-
HSV(B)194.44º45%47.06%-
XYZ10.8913.0319.71-
YUV96.22141.42106.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=22.53%
G=36.52%
B=40.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661071200.450.1100.53194.4429.0336.47
Hex426B782DB035c21d24
Octal10215317055130653023544
Binary100001011010111111000101101101101101011100001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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