#426274

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

Shades of Bismark #426274

Tints of Bismark #426274

Color information

#426274 (or 0x426274) is unknown color: approx Bismark. HEX triplet: 42, 62 and 74. RGB value is (66,98,116). Sum of RGB (Red+Green+Blue) = 66+98+116=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #426274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426274 is #BD9D8B. Grayscale: #5A5A5A. Windows color (decimal): -12426636 or 7627330. OLE color: 7627330.

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

Color convert

RGB6698116-
CMYK0.430.1600.55
HSL201.6º27.47%35.69%-
HSV(B)201.6º43.1%45.49%-
XYZ9.7711.1518.16-
YUV90.48142.4110.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=23.57%
G=35%
B=41.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66981160.430.1600.55201.627.4735.69
Hex4262742B10037ca1b24
Octal10214216453200673123344
Binary1000010110001011101001010111000001101111100101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426274; }

 p { color: rgb(66,98,116); }

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

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

 a { background-color: rgb(66,98,116); }

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

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

 span { border-color: rgb(66,98,116); }

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