#426978

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

Shades of Bismark #426978

Tints of Bismark #426978

Color information

#426978 (or 0x426978) is unknown color: approx Bismark. HEX triplet: 42, 69 and 78. RGB value is (66,105,120). Sum of RGB (Red+Green+Blue) = 66+105+120=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #426978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426978 is #BD9687. Grayscale: #5E5E5E. Windows color (decimal): -12424840 or 7891266. OLE color: 7891266.

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

Color convert

RGB66105120-
CMYK0.450.1300.53
HSL196.67º29.03%36.47%-
HSV(B)196.67º45%47.06%-
XYZ10.6912.6219.64-
YUV95.05142.08107.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=22.68%
G=36.08%
B=41.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661051200.450.1300.53196.6729.0336.47
Hex4269782DD035c51d24
Octal10215117055150653053544
Binary100001011010011111000101101110101101011100010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426978; }

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

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

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

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

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

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

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

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