#426D75

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

Shades of Bismark #426D75

Tints of Bismark #426D75

Color information

#426D75 (or 0x426D75) is unknown color: approx Bismark. HEX triplet: 42, 6D and 75. RGB value is (66,109,117). Sum of RGB (Red+Green+Blue) = 66+109+117=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #426D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D75 is #BD928A. Grayscale: #606060. Windows color (decimal): -12423819 or 7695682. OLE color: 7695682.

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

Color convert

RGB66109117-
CMYK0.440.0700.54
HSL189.41º27.87%35.88%-
HSV(B)189.41º43.59%45.88%-
XYZ10.9313.3818.84-
YUV97.06139.25105.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=22.60%
G=37.33%
B=40.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661091170.440.0700.54189.4127.8735.88
Hex426D752C7036bd1c24
Octal1021551655470662753444
Binary10000101101101111010110110011101101101011110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426D75; }

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

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

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

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

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

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

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

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