#426780

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

Shades of Bismark #426780

Tints of Bismark #426780

Color information

#426780 (or 0x426780) is unknown color: approx Bismark. HEX triplet: 42, 67 and 80. RGB value is (66,103,128). Sum of RGB (Red+Green+Blue) = 66+103+128=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #426780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426780 is #BD987F. Grayscale: #5E5E5E. Windows color (decimal): -12425344 or 8415042. OLE color: 8415042.

HSL color Cylindrical-coordinate representation of color #426780: hue angle of 204.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #426780 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66103128-
CMYK0.480.2000.50
HSL204.19º31.96%38.04%-
HSV(B)204.19º48.44%50.2%-
XYZ10.9912.4222.24-
YUV94.79146.74107.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 128 (50.39% from 255) = 43.10%
R=22.22%
G=34.68%
B=43.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661031280.480.2000.50204.1931.9638.04
Hex4267803014032cc2026
Octal10214720060240623144046
Binary100001011001111000000011000010100011001011001100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426780; }

 p { color: rgb(66,103,128); }

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

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

 a { background-color: rgb(66,103,128); }

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

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

 span { border-color: rgb(66,103,128); }

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