#426374

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

Shades of Bismark #426374

Tints of Bismark #426374

Color information

#426374 (or 0x426374) is unknown color: approx Bismark. HEX triplet: 42, 63 and 74. RGB value is (66,99,116). Sum of RGB (Red+Green+Blue) = 66+99+116=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #426374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426374 is #BD9C8B. Grayscale: #5A5A5A. Windows color (decimal): -12426380 or 7627586. OLE color: 7627586.

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

Color convert

RGB6699116-
CMYK0.430.1500.55
HSL200.4º27.47%35.69%-
HSV(B)200.4º43.1%45.49%-
XYZ9.8611.3418.19-
YUV91.07142.07110.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=23.49%
G=35.23%
B=41.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66991160.430.1500.55200.427.4735.69
Hex4263742BF037c81b24
Octal10214316453170673103344
Binary100001011000111110100101011111101101111100100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426374; }

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

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

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

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

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

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

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

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