#42657C

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

Shades of Bismark #42657C

Tints of Bismark #42657C

Color information

#42657C (or 0x42657C) is unknown color: approx Bismark. HEX triplet: 42, 65 and 7C. RGB value is (66,101,124). Sum of RGB (Red+Green+Blue) = 66+101+124=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #42657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42657C is #BD9A83. Grayscale: #5D5D5D. Windows color (decimal): -12425860 or 8152386. OLE color: 8152386.

HSL color Cylindrical-coordinate representation of color #42657C: hue angle of 203.79º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42657C is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB66101124-
CMYK0.470.1900.51
HSL203.79º30.53%37.25%-
HSV(B)203.79º46.77%48.63%-
XYZ10.5411.9220.81-
YUV93.16145.4108.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=22.68%
G=34.71%
B=42.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661011240.470.1900.51203.7930.5337.25
Hex42657C2F13033cc1f25
Octal10214517457230633143745
Binary1000010110010111111001011111001101100111100110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42657C; }

 p { color: rgb(66,101,124); }

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

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

 a { background-color: rgb(66,101,124); }

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

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

 span { border-color: rgb(66,101,124); }

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