#426672

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

Shades of Bismark #426672

Tints of Bismark #426672

Color information

#426672 (or 0x426672) is unknown color: approx Bismark. HEX triplet: 42, 66 and 72. RGB value is (66,102,114). Sum of RGB (Red+Green+Blue) = 66+102+114=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #426672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426672 is #BD998D. Grayscale: #5C5C5C. Windows color (decimal): -12425614 or 7497282. OLE color: 7497282.

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

Color convert

RGB66102114-
CMYK0.420.1100.55
HSL195º26.67%35.29%-
HSV(B)195º42.11%44.71%-
XYZ10.0411.8817.68-
YUV92.6140.07109.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=23.40%
G=36.17%
B=40.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661021140.420.1100.5519526.6735.29
Hex4266722AB037c31b23
Octal10214616252130673033343
Binary100001011001101110010101010101101101111100001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426672; }

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

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

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

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

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

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

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

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