#426675

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

Shades of Bismark #426675

Tints of Bismark #426675

Color information

#426675 (or 0x426675) is unknown color: approx Bismark. HEX triplet: 42, 66 and 75. RGB value is (66,102,117). Sum of RGB (Red+Green+Blue) = 66+102+117=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #426675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426675 is #BD998A. Grayscale: #5C5C5C. Windows color (decimal): -12425611 or 7693890. OLE color: 7693890.

HSL color Cylindrical-coordinate representation of color #426675: hue angle of 197.65º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426675 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66102117-
CMYK0.440.1300.54
HSL197.65º27.87%35.88%-
HSV(B)197.65º43.59%45.88%-
XYZ10.2111.9518.6-
YUV92.95141.57108.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=23.16%
G=35.79%
B=41.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661021170.440.1300.54197.6527.8735.88
Hex4266752CD036c61c24
Octal10214616554150663063444
Binary100001011001101110101101100110101101101100011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426675; }

 p { color: rgb(66,102,117); }

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

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

 a { background-color: rgb(66,102,117); }

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

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

 span { border-color: rgb(66,102,117); }

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