#426875

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

Shades of Bismark #426875

Tints of Bismark #426875

Color information

#426875 (or 0x426875) is unknown color: approx Bismark. HEX triplet: 42, 68 and 75. RGB value is (66,104,117). Sum of RGB (Red+Green+Blue) = 66+104+117=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #426875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426875 is #BD978A. Grayscale: #5E5E5E. Windows color (decimal): -12425099 or 7694402. OLE color: 7694402.

HSL color Cylindrical-coordinate representation of color #426875: hue angle of 195.29º 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 #426875 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66104117-
CMYK0.440.1100.54
HSL195.29º27.87%35.88%-
HSV(B)195.29º43.59%45.88%-
XYZ10.4112.3418.66-
YUV94.12140.91107.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=23.00%
G=36.24%
B=40.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661041170.440.1100.54195.2927.8735.88
Hex4268752CB036c31c24
Octal10215016554130663033444
Binary100001011010001110101101100101101101101100001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426875; }

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

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

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

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

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

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

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

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