#426275

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

Shades of Bismark #426275

Tints of Bismark #426275

Color information

#426275 (or 0x426275) is unknown color: approx Bismark. HEX triplet: 42, 62 and 75. RGB value is (66,98,117). Sum of RGB (Red+Green+Blue) = 66+98+117=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #426275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426275 is #BD9D8A. Grayscale: #5A5A5A. Windows color (decimal): -12426635 or 7692866. OLE color: 7692866.

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

Color convert

RGB6698117-
CMYK0.440.1600.54
HSL202.35º27.87%35.88%-
HSV(B)202.35º43.59%45.88%-
XYZ9.8311.1818.47-
YUV90.6142.9110.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=23.49%
G=34.88%
B=41.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66981170.440.1600.54202.3527.8735.88
Hex4262752C10036ca1c24
Octal10214216554200663123444
Binary1000010110001011101011011001000001101101100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426275; }

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

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

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

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

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

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

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

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