#426270

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

Shades of Bismark #426270

Tints of Bismark #426270

Color information

#426270 (or 0x426270) is unknown color: approx Bismark. HEX triplet: 42, 62 and 70. RGB value is (66,98,112). Sum of RGB (Red+Green+Blue) = 66+98+112=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #426270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426270 is #BD9D8F. Grayscale: #595959. Windows color (decimal): -12426640 or 7365186. OLE color: 7365186.

HSL color Cylindrical-coordinate representation of color #426270: hue angle of 198.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426270 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6698112-
CMYK0.410.1300.56
HSL198.26º25.84%34.9%-
HSV(B)198.26º41.07%43.92%-
XYZ9.5411.0616.96-
YUV90.03140.4110.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=23.91%
G=35.51%
B=40.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66981120.410.1300.56198.2625.8434.9
Hex42627029D038c61a23
Octal10214216051150703063243
Binary100001011000101110000101001110101110001100011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426270; }

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

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

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

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

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

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

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

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