#426578

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

Shades of Bismark #426578

Tints of Bismark #426578

Color information

#426578 (or 0x426578) is unknown color: approx Bismark. HEX triplet: 42, 65 and 78. RGB value is (66,101,120). Sum of RGB (Red+Green+Blue) = 66+101+120=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #426578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426578 is #BD9A87. Grayscale: #5C5C5C. Windows color (decimal): -12425864 or 7890242. OLE color: 7890242.

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

Color convert

RGB66101120-
CMYK0.450.1600.53
HSL201.11º29.03%36.47%-
HSV(B)201.11º45%47.06%-
XYZ10.2911.8219.51-
YUV92.7143.4108.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=23.00%
G=35.19%
B=41.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661011200.450.1600.53201.1129.0336.47
Hex4265782D10035c91d24
Octal10214517055200653113544
Binary1000010110010111110001011011000001101011100100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426578; }

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

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

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

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

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

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

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

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