#426674

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

Shades of Bismark #426674

Tints of Bismark #426674

Color information

#426674 (or 0x426674) is unknown color: approx Bismark. HEX triplet: 42, 66 and 74. RGB value is (66,102,116). Sum of RGB (Red+Green+Blue) = 66+102+116=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #426674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426674 is #BD998B. Grayscale: #5C5C5C. Windows color (decimal): -12425612 or 7628354. OLE color: 7628354.

HSL color Cylindrical-coordinate representation of color #426674: hue angle of 196.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #426674 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66102116-
CMYK0.430.1200.55
HSL196.8º27.47%35.69%-
HSV(B)196.8º43.1%45.49%-
XYZ10.1511.9218.29-
YUV92.83141.07108.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=23.24%
G=35.92%
B=40.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661021160.430.1200.55196.827.4735.69
Hex4266742BC037c51b24
Octal10214616453140673053344
Binary100001011001101110100101011110001101111100010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426674; }

 p { color: rgb(66,102,116); }

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

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

 a { background-color: rgb(66,102,116); }

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

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

 span { border-color: rgb(66,102,116); }

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