#426472

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

Shades of Bismark #426472

Tints of Bismark #426472

Color information

#426472 (or 0x426472) is unknown color: approx Bismark. HEX triplet: 42, 64 and 72. RGB value is (66,100,114). Sum of RGB (Red+Green+Blue) = 66+100+114=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #426472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426472 is #BD9B8D. Grayscale: #5B5B5B. Windows color (decimal): -12426126 or 7496770. OLE color: 7496770.

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

Color convert

RGB66100114-
CMYK0.420.1200.55
HSL197.5º26.67%35.29%-
HSV(B)197.5º42.11%44.71%-
XYZ9.8411.4917.62-
YUV91.43140.74109.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=23.57%
G=35.71%
B=40.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661001140.420.1200.55197.526.6735.29
Hex4264722AC037c61b23
Octal10214416252140673063343
Binary100001011001001110010101010110001101111100011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426472; }

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

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

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

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

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

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

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

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