#426574

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

Shades of Bismark #426574

Tints of Bismark #426574

Color information

#426574 (or 0x426574) is unknown color: approx Bismark. HEX triplet: 42, 65 and 74. RGB value is (66,101,116). Sum of RGB (Red+Green+Blue) = 66+101+116=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #426574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426574 is #BD9A8B. Grayscale: #5C5C5C. Windows color (decimal): -12425868 or 7628098. OLE color: 7628098.

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

Color convert

RGB66101116-
CMYK0.430.1300.55
HSL198º27.47%35.69%-
HSV(B)198º43.1%45.49%-
XYZ10.0511.7318.26-
YUV92.24141.4109.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=23.32%
G=35.69%
B=40.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661011160.430.1300.5519827.4735.69
Hex4265742BD037c61b24
Octal10214516453150673063344
Binary100001011001011110100101011110101101111100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426574; }

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

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

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

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

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

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

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

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