#426B75

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

Shades of Bismark #426B75

Tints of Bismark #426B75

Color information

#426B75 (or 0x426B75) is unknown color: approx Bismark. HEX triplet: 42, 6B and 75. RGB value is (66,107,117). Sum of RGB (Red+Green+Blue) = 66+107+117=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #426B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B75 is #BD948A. Grayscale: #5F5F5F. Windows color (decimal): -12424331 or 7695170. OLE color: 7695170.

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

Color convert

RGB66107117-
CMYK0.440.0900.54
HSL191.76º27.87%35.88%-
HSV(B)191.76º43.59%45.88%-
XYZ10.7212.9618.77-
YUV95.88139.92106.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=22.76%
G=36.90%
B=40.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661071170.440.0900.54191.7627.8735.88
Hex426B752C9036c01c24
Octal10215316554110663003444
Binary100001011010111110101101100100101101101100000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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