#426775

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

Shades of Bismark #426775

Tints of Bismark #426775

Color information

#426775 (or 0x426775) is unknown color: approx Bismark. HEX triplet: 42, 67 and 75. RGB value is (66,103,117). Sum of RGB (Red+Green+Blue) = 66+103+117=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #426775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426775 is #BD988A. Grayscale: #5D5D5D. Windows color (decimal): -12425355 or 7694146. OLE color: 7694146.

HSL color Cylindrical-coordinate representation of color #426775: hue angle of 196.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426775 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66103117-
CMYK0.440.1200.54
HSL196.47º27.87%35.88%-
HSV(B)196.47º43.59%45.88%-
XYZ10.3112.1418.63-
YUV93.53141.24108.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=23.08%
G=36.01%
B=40.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661031170.440.1200.54196.4727.8735.88
Hex4267752CC036c41c24
Octal10214716554140663043444
Binary100001011001111110101101100110001101101100010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426775; }

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

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

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

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

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

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

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

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