#426475

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

Shades of Bismark #426475

Tints of Bismark #426475

Color information

#426475 (or 0x426475) is unknown color: approx Bismark. HEX triplet: 42, 64 and 75. RGB value is (66,100,117). Sum of RGB (Red+Green+Blue) = 66+100+117=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #426475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426475 is #BD9B8A. Grayscale: #5B5B5B. Windows color (decimal): -12426123 or 7693378. OLE color: 7693378.

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

Color convert

RGB66100117-
CMYK0.440.1500.54
HSL200º27.87%35.88%-
HSV(B)200º43.59%45.88%-
XYZ10.0111.5618.53-
YUV91.77142.24109.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=23.32%
G=35.34%
B=41.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661001170.440.1500.5420027.8735.88
Hex4264752CF036c81c24
Octal10214416554170663103444
Binary100001011001001110101101100111101101101100100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426475; }

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

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

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

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

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

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

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

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