#426378

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

Shades of Bismark #426378

Tints of Bismark #426378

Color information

#426378 (or 0x426378) is unknown color: approx Bismark. HEX triplet: 42, 63 and 78. RGB value is (66,99,120). Sum of RGB (Red+Green+Blue) = 66+99+120=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #426378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426378 is #BD9C87. Grayscale: #5B5B5B. Windows color (decimal): -12426376 or 7889730. OLE color: 7889730.

HSL color Cylindrical-coordinate representation of color #426378: hue angle of 203.33º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #426378 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6699120-
CMYK0.450.1700.53
HSL203.33º29.03%36.47%-
HSV(B)203.33º45%47.06%-
XYZ10.111.4419.44-
YUV91.53144.07109.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=23.16%
G=34.74%
B=42.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66991200.450.1700.53203.3329.0336.47
Hex4263782D11035cb1d24
Octal10214317055210653133544
Binary1000010110001111110001011011000101101011100101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426378; }

 p { color: rgb(66,99,120); }

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

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

 a { background-color: rgb(66,99,120); }

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

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

 span { border-color: rgb(66,99,120); }

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