#426B76

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

Shades of Bismark #426B76

Tints of Bismark #426B76

Color information

#426B76 (or 0x426B76) is unknown color: approx Bismark. HEX triplet: 42, 6B and 76. RGB value is (66,107,118). Sum of RGB (Red+Green+Blue) = 66+107+118=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #426B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B76 is #BD9489. Grayscale: #5F5F5F. Windows color (decimal): -12424330 or 7760706. OLE color: 7760706.

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

Color convert

RGB66107118-
CMYK0.440.0900.54
HSL192.69º28.26%36.08%-
HSV(B)192.69º44.07%46.27%-
XYZ10.7712.9819.08-
YUV95.99140.42106.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 107 (42.19% from 255) = 36.77%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=22.68%
G=36.77%
B=40.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661071180.440.0900.54192.6928.2636.08
Hex426B762C9036c11c24
Octal10215316654110663013444
Binary100001011010111110110101100100101101101100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426B76; }

 p { color: rgb(66,107,118); }

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

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

 a { background-color: rgb(66,107,118); }

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

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

 span { border-color: rgb(66,107,118); }

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