#426779

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

Shades of Bismark #426779

Tints of Bismark #426779

Color information

#426779 (or 0x426779) is unknown color: approx Bismark. HEX triplet: 42, 67 and 79. RGB value is (66,103,121). Sum of RGB (Red+Green+Blue) = 66+103+121=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #426779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426779 is #BD9886. Grayscale: #5D5D5D. Windows color (decimal): -12425351 or 7956290. OLE color: 7956290.

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

Color convert

RGB66103121-
CMYK0.450.1500.53
HSL199.64º29.41%36.67%-
HSV(B)199.64º45.45%47.45%-
XYZ10.5512.2419.9-
YUV93.99143.24108.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=22.76%
G=35.52%
B=41.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661031210.450.1500.53199.6429.4136.67
Hex4267792DF035c81d25
Octal10214717155170653103545
Binary100001011001111111001101101111101101011100100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426779; }

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

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

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

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

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

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

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

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