#426973

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

Shades of Bismark #426973

Tints of Bismark #426973

Color information

#426973 (or 0x426973) is unknown color: approx Bismark. HEX triplet: 42, 69 and 73. RGB value is (66,105,115). Sum of RGB (Red+Green+Blue) = 66+105+115=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #426973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426973 is #BD968C. Grayscale: #5E5E5E. Windows color (decimal): -12424845 or 7563586. OLE color: 7563586.

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

Color convert

RGB66105115-
CMYK0.430.0900.55
HSL192.24º27.07%35.49%-
HSV(B)192.24º42.61%45.1%-
XYZ10.3912.518.08-
YUV94.48139.58107.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=23.08%
G=36.71%
B=40.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661051150.430.0900.55192.2427.0735.49
Hex4269732B9037c01b23
Octal10215116353110673003343
Binary100001011010011110011101011100101101111100000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426973; }

 p { color: rgb(66,105,115); }

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

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

 a { background-color: rgb(66,105,115); }

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

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

 span { border-color: rgb(66,105,115); }

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