#42717F

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

Shades of Bismark #42717F

Tints of Bismark #42717F

Color information

#42717F (or 0x42717F) is unknown color: approx Bismark. HEX triplet: 42, 71 and 7F. RGB value is (66,113,127). Sum of RGB (Red+Green+Blue) = 66+113+127=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #42717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42717F is #BD8E80. Grayscale: #646464. Windows color (decimal): -12422785 or 8352066. OLE color: 8352066.

HSL color Cylindrical-coordinate representation of color #42717F: hue angle of 193.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42717F is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66113127-
CMYK0.480.1100.50
HSL193.77º31.61%37.84%-
HSV(B)193.77º48.03%49.8%-
XYZ11.9814.522.25-
YUV100.54142.93103.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 127 (50% from 255) = 41.50%
R=21.57%
G=36.93%
B=41.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661131270.480.1100.50193.7731.6137.84
Hex42717F30B032c22026
Octal10216117760130623024046
Binary1000010111000111111111100001011011001011000010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42717F; }

 p { color: rgb(66,113,127); }

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

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

 a { background-color: rgb(66,113,127); }

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

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

 span { border-color: rgb(66,113,127); }

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