#426975

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

Shades of Bismark #426975

Tints of Bismark #426975

Color information

#426975 (or 0x426975) is unknown color: approx Bismark. HEX triplet: 42, 69 and 75. RGB value is (66,105,117). Sum of RGB (Red+Green+Blue) = 66+105+117=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #426975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426975 is #BD968A. Grayscale: #5E5E5E. Windows color (decimal): -12424843 or 7694658. OLE color: 7694658.

HSL color Cylindrical-coordinate representation of color #426975: hue angle of 194.12º 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 #426975 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66105117-
CMYK0.440.1000.54
HSL194.12º27.87%35.88%-
HSV(B)194.12º43.59%45.88%-
XYZ10.5112.5518.7-
YUV94.71140.58107.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=22.92%
G=36.46%
B=40.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661051170.440.1000.54194.1227.8735.88
Hex4269752CA036c21c24
Octal10215116554120663023444
Binary100001011010011110101101100101001101101100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426975; }

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

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

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

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

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

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

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

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